diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-05-16 14:50:15 +0200 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-05-16 14:50:15 +0200 |
commit | 85b0e1e8a62c052e73b167ebf0c1a6a216525dce (patch) | |
tree | c6a7f6ba997191b8a4f0f010f5e0d5091f538b04 /ChangeLog | |
parent | 11b451c8868d8a2b0edc5dfd44fc58d9ee538be0 (diff) | |
download | glibc-85b0e1e8a62c052e73b167ebf0c1a6a216525dce.tar glibc-85b0e1e8a62c052e73b167ebf0c1a6a216525dce.tar.gz glibc-85b0e1e8a62c052e73b167ebf0c1a6a216525dce.tar.bz2 glibc-85b0e1e8a62c052e73b167ebf0c1a6a216525dce.zip |
support: Report NULL blobs explicitly in TEST_COMPARE
Provide an explicit diagnostic if the length is positive, and
do not just crash with a null pointer dereference. Null pointers
are only valid if the length is zero, so this can only happen with
a faulty test.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2019-05-16 Florian Weimer <fweimer@redhat.com> + + * support/support_test_compare_blob.c (report_blob): Report + incorrect NULL blobs. + 2019-05-15 Mark Wielaard <mark@klomp.org> [BZ# 24476] |