Debian Patches
Status for libnginx-mod-http-echo/1:0.65-2
| Patch | Description | Author | Forwarded | Bugs | Origin | Last update |
|---|---|---|---|---|---|---|
| 0001-fix-timer-formatting-on-32-bit.patch | Fix timer formatting on 32-bit architectures The %T and %M format specifiers expect time_t and ngx_msec_t arguments, respectively. The expressions currently passed to ngx_snprintf() have type ngx_msec_int_t instead. On 32-bit architectures using a 64-bit time_t, the varargs type mismatch makes ngx_snprintf() read an argument of the wrong width and produces corrupted timer values. Cast both arguments to the types required by their format specifiers. |
Jan Mojzis <janmojzis@debian.org> | no |
