Update ChangeLog

This commit is contained in:
Philippe Teuwen 2013-03-10 00:32:05 +01:00
parent cc03f84636
commit a4a531068f

View file

@ -9,6 +9,7 @@ Fixes:
- Fix warnings returned by cppcheck & clang/scan-build
- Obsolete function 'usleep' => nanosleep()
- Non reentrant function 'readdir' => readdir_r()
- Non reentrant function 'strtok' => new connstring_decode()
- Buffer may not be null-terminated after call to strncpy()
- scanf without field width limits can crash with huge input data
- Resource leaks: missing fclose()