Update ChangeLog
This commit is contained in:
parent
cc03f84636
commit
a4a531068f
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ Fixes:
|
||||||
- Fix warnings returned by cppcheck & clang/scan-build
|
- Fix warnings returned by cppcheck & clang/scan-build
|
||||||
- Obsolete function 'usleep' => nanosleep()
|
- Obsolete function 'usleep' => nanosleep()
|
||||||
- Non reentrant function 'readdir' => readdir_r()
|
- Non reentrant function 'readdir' => readdir_r()
|
||||||
|
- Non reentrant function 'strtok' => new connstring_decode()
|
||||||
- Buffer may not be null-terminated after call to strncpy()
|
- Buffer may not be null-terminated after call to strncpy()
|
||||||
- scanf without field width limits can crash with huge input data
|
- scanf without field width limits can crash with huge input data
|
||||||
- Resource leaks: missing fclose()
|
- Resource leaks: missing fclose()
|
||||||
|
|
Loading…
Add table
Reference in a new issue