diff options
author | Tatsuya Kinoshita <tats@debian.org> | 2018-03-04 14:58:38 +0000 |
---|---|---|
committer | Tatsuya Kinoshita <tats@debian.org> | 2018-03-04 14:58:38 +0000 |
commit | 303b70fc8f387162a35bb372c910c73cc6880ac8 (patch) | |
tree | d0c1da486380671feab4a708d94a1b2d21aec7b2 /ChangeLog | |
parent | Merge pull request #96 from ZhouyangJia/master (diff) | |
download | w3m-303b70fc8f387162a35bb372c910c73cc6880ac8.tar.gz w3m-303b70fc8f387162a35bb372c910c73cc6880ac8.zip |
Update ChangeLog
Diffstat (limited to '')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -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. |