tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit bbe417ae8f2eff9b1ec50411dc50d4f0281c1778
parent d23704bf26ae6c00e97fb0c3ceb4a362c49eaf07
Author: Nick Mathewson <nickm@torproject.org>
Date:   Wed, 23 Jan 2019 17:08:36 -0500

Merge branch 'ticket28668_035' into ticket28668_040

Diffstat:
Msrc/test/test_util.c | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/test/test_util.c b/src/test/test_util.c @@ -1087,7 +1087,10 @@ test_util_time(void *arg) /* This value is out of range with 32 bit time_t, but in range for 64 bit * time_t */ + CAPTURE(); format_rfc1123_time(timestr, (time_t)2150000000UL); + CHECK_POSSIBLE_EINVAL(); + #if SIZEOF_TIME_T == 4 #if 0 /* Wrapping around will have made it this. */