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 <amo...@sourceware.org>: https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=64cb17196c7b2365ec152991235e686e6dc27a18 commit 64cb17196c7b2365ec152991235e686e6dc27a18 Author: Alan Modra <amo...@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.