mirror of
git://sourceware.org/git/libabigail.git
synced 2024-12-13 21:44:52 +00:00
1392a720a8
When the value of the 'name_regexp' property is incorrect, the ini parser can crash. Pancake, of Radare2 fame, reported this one by email. Fixed thus. * src/abg-ini.cc (read_context::read_property_value): Do not dereference a null pointer to list property value. * tests/data/test-ini/test02-buggy-property-value.abignore: New test input. * tests/data/test-ini/test02-buggy-property-value.abignore.expected: Likewise. * tests/data/Makefile.am: Add the two new test inputs to source distribution. * tests/test-ini.cc (in_out_spec): Add the new test input pair to this test harness. Signed-off-by: Dodji Seketeli <dodji@redhat.com> |
||
---|---|---|
.. | ||
test-abicompat | ||
test-abidiff | ||
test-abidiff-exit | ||
test-alt-dwarf-file | ||
test-annotate | ||
test-core-diff | ||
test-default-supprs | ||
test-diff-dwarf | ||
test-diff-dwarf-abixml | ||
test-diff-filter | ||
test-diff-pkg | ||
test-diff-pkg-ctf | ||
test-diff-suppr | ||
test-fedabipkgdiff | ||
test-ini | ||
test-kmi-whitelist | ||
test-lookup-syms | ||
test-read-btf | ||
test-read-common | ||
test-read-ctf | ||
test-read-dwarf | ||
test-read-write | ||
test-symtab | ||
test-types-stability | ||
test-write-read-archive | ||
Makefile.am |