瀏覽代碼

Another case of possible gmtime angst.

Nick Mathewson 6 年之前
父節點
當前提交
d71ca39682
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      src/test/test_util.c

+ 3 - 0
src/test/test_util.c

@@ -1065,7 +1065,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. */