Update ChangeLog

This commit is contained in:
Tatsuya Kinoshita
2018-03-04 23:58:38 +09:00
parent 4f2be7d71e
commit 303b70fc8f

View File

@@ -1,3 +1,14 @@
2018-03-04 Jia Zhouyang <jiazhouyang@nudt.edu.cn>
* url.c: Add error handling code for fopen.
Check the return code of fopen, and return when it fails.
* file.c: Add error handling code for fopen.
Check the return value of fopen, and add proper error handling code.
* local.c: Add error handling for chdir.
When chdir fails, print error message and exit.
2018-01-25 Tatsuya Kinoshita <tats@debian.org>
* ChangeLog, NEWS: Add CVE IDs.