commit | fac9ccfb705702f211f99e67d5f5d5129002086a | [log] [tgz] |
---|---|---|
author | Thierry FOURNIER <tfournier@arpalert.org> | Wed Jul 08 00:15:20 2015 +0200 |
committer | Willy Tarreau <w@1wt.eu> | Mon Jul 20 12:21:35 2015 +0200 |
tree | a862268e94ca87c07dfee26d5bf312eba7e7ffd4 | |
parent | 8a39a1fcc37cc6ac88adbe29048ce0c6397b5ff5 [diff] |
BUG/MINOR: http/sample: gmtime/localtime can fail The man said that gmtime() and localtime() can return a NULL value. This is not tested. It appears that all the values of a 32 bit integer are valid, but it is better to check the return of these functions. However, if the integer move from 32 bits to 64 bits, some 64 values can be unsupported.