aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTatsuya Kinoshita <tats@debian.org>2015-08-06 14:15:45 +0000
committerTatsuya Kinoshita <tats@debian.org>2015-08-06 14:15:45 +0000
commita558c94a9c019208fb82585a3ff5651029ea2a3a (patch)
treeab4e443ea1410a9572d17382b60de79682f359e9
parentMerge pull request #6 from richq/static-checks (diff)
downloadw3m-a558c94a9c019208fb82585a3ff5651029ea2a3a.tar.gz
w3m-a558c94a9c019208fb82585a3ff5651029ea2a3a.zip
Update ChangeLog
-rw-r--r--ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0b1f785..8f4c5f5 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,19 @@
+2015-08-06 Richard Quirk <richard@quirk.es>
+
+ Fix problems reported by cppcheck, clang --analyze and gcc warnings.
+ Origin: https://github.com/tats/w3m/pull/6
+
+ * Str.c, Str.h: Strnew_charp and co do not modify the char* input.
+
+ * local.c: Close temp file if pipe open fails.
+
+ * rc.c: Avoid passing null to strlen.
+
+ * file.c: Initialise hidden_input to NULL.
+ This prevents a possible use of garbage value on line 3017.
+
+ * file.c: Use pclose for pipe.
+
2015-08-05 IWAMOTO Kouichi <sue@iwmt.org>
* main.c: Fix that SGR style mouse handler has off-by-one problem.