bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug binutils/28250] Null pointer dereference in objdump (debug.c -> deb


From: cvs-commit at gcc dot gnu.org
Subject: [Bug binutils/28250] Null pointer dereference in objdump (debug.c -> debug_class_type_samep)
Date: Wed, 01 Sep 2021 01:24:51 +0000

https://sourceware.org/bugzilla/show_bug.cgi?id=28250

--- Comment #2 from cvs-commit at gcc dot gnu.org <cvs-commit at gcc dot 
gnu.org> ---
The master branch has been updated by Alan Modra <amodra@sourceware.org>:

https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=64cb17196c7b2365ec152991235e686e6dc27a18

commit 64cb17196c7b2365ec152991235e686e6dc27a18
Author: Alan Modra <amodra@gmail.com>
Date:   Wed Sep 1 10:06:08 2021 +0930

    PR28250, Null pointer dereference in debug_class_type_samep

    Typo fix, obviously should be m1->variants != NULL, not
    m1->variants == NULL.

            PR 28250
            * debug.c (debug_class_type_samep): Correct m1->variants test.

-- 
You are receiving this mail because:
You are on the CC list for the bug.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]