diff options
author | Mark Wielaard <mark@klomp.org> | 2016-11-15 19:31:50 +0000 |
---|---|---|
committer | Mark Wielaard <mark@klomp.org> | 2016-11-18 11:06:18 +0100 |
commit | 1706852c3c6c1d39f949c933d37647d02509b9cb (patch) | |
tree | c5b36324ccb38e94d7c63d06b677cf68ca562b1f /intl | |
parent | 59d2699cfd30f9defc454be17415c0a518ece32b (diff) | |
download | fsf-binutils-gdb-1706852c3c6c1d39f949c933d37647d02509b9cb.zip fsf-binutils-gdb-1706852c3c6c1d39f949c933d37647d02509b9cb.tar.gz fsf-binutils-gdb-1706852c3c6c1d39f949c933d37647d02509b9cb.tar.bz2 |
libiberty: Fix some demangler crashes caused by reading past end of input.
In various situations the cplus_demangle () function could read past the
end of input causing crashes. Add checks in various places to not advance
the demangle string location and fail early when end of string is reached.
Add various examples of input strings to the testsuite that would crash
test-demangle before the fixes.
Found by using the American Fuzzy Lop (afl) fuzzer.
libiberty/ChangeLog:
* cplus-dem.c (demangle_signature): After 'H', template function,
no success and don't advance position if end of string reached.
(demangle_template): After 'z', template name, return zero on
premature end of string.
(gnu_special): Guard strchr against searching for zero characters.
(do_type): If member, only advance mangled string when 'F' found.
* testsuite/demangle-expected: Add examples of strings that could
crash the demangler by reading past end of input.
Diffstat (limited to 'intl')
0 files changed, 0 insertions, 0 deletions