diff options
author | Paul Smith <psmith@gnu.org> | 2012-02-26 21:34:51 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2012-02-26 21:34:51 +0000 |
commit | 6405534814f04899890a2d932db9a4985fd772fe (patch) | |
tree | 35e2b1fa9d9a5e7f334efc59c1e8d2e19fcebb2d /ChangeLog | |
parent | c0751bd3fce253f09b4ebe2aed1c70bcbbc6ad20 (diff) | |
download | gunmake-6405534814f04899890a2d932db9a4985fd772fe.tar.gz |
Check for possible buffer overflow on very long filenames.
Fixes Savannah bug #35525
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2012-02-26 Paul Smith <psmith@gnu.org> + + * implicit.c (pattern_search): Check the stem length to avoid + stack overflows in stem_str. Fixes Savannah bug #35525. + 2012-02-03 Eli Zaretskii <eliz@gnu.org> * w32/subproc/sub_proc.c (proc_stdin_thread, proc_stdout_thread) |