bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/23772] A NULL-Pointer dereference problems in ldlang.c in


From: amodra at gmail dot com
Subject: [Bug binutils/23772] A NULL-Pointer dereference problems in ldlang.c in program ld (member access within null pointer of type 'union lang_statement_union')
Date: Mon, 15 Oct 2018 14:07:14 +0000

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

--- Comment #3 from Alan Modra <amodra at gmail dot com> ---
I think thas asan is complaining about
   statement = &statement->next->input_statement
from ldlang.h:591 when statement->next is NULL.

I also think that complaint is bogus.

-- 
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]