Differences From Artifact [64aa094753]:
- File filed.c — part of check-in [dd737cd8c7] at 2014-02-12 17:42:15 on branch trunk — Fixed NULL pointer dereference and also possible buffer overflow processing HTTP request, created in [8cb189c633] (user: rkeene, size: 33551) [annotate] [blame] [check-ins using]
To Artifact [a26989d41c]:
- File filed.c — part of check-in [f7cedf8636] at 2014-02-12 17:56:07 on branch trunk — Filed 1.6 (user: rkeene, size: 33551) [annotate] [blame] [check-ins using]
︙ | |||
16 17 18 19 20 21 22 | 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | - + | #include <fcntl.h> #include <stdio.h> #include <errno.h> #include <time.h> #include <pwd.h> /* Compile time constants */ |
︙ |