Files
bind9/lib/isc/include/isc
Ondřej Surý 2392827a43 Add more validity checks to the isc_time API
This commits backport few things from the 64-bit time branch:

* Add VALID_TIME() macro that checks the valid range for seconds and
  nanoseconds in one go

* Add internal TIME_S_MAX defined to UINT_MAX, so we can change the
  maximum range for seconds in one place.

* Add more specific buffer sizes for formatting the dates and require
  the buffers passed to the formatting functions to be at least that
  big.

* When error happens when formatting the string, always return a valid
  buffer with formatted mock datetime string instead of garbage.
  Because the formatting functions doesn't return status, the caller
  could print garbage (unterminated string).
2024-12-12 17:35:20 -08:00
..
2024-04-02 10:35:56 +02:00
2024-10-16 14:03:14 +03:00
2023-03-10 17:31:28 +01:00
2023-03-10 17:31:28 +01:00
2023-04-03 12:08:05 +01:00
2023-02-16 18:35:32 +01:00
2024-05-17 16:03:21 -07:00
2024-12-11 17:11:32 +00:00
2023-02-16 18:35:32 +01:00
2024-10-16 14:03:14 +03:00
2024-01-18 09:34:36 +01:00
2024-08-05 07:31:39 +00:00
2023-12-06 15:15:24 +02:00
2024-11-22 15:00:55 +01:00
2023-03-31 13:33:16 +02:00
2023-02-15 16:44:09 +00:00
2024-10-16 14:03:14 +03:00
2024-04-23 13:11:52 +02:00