bug-binutils
[Top][All Lists]
Advanced

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

[Bug binutils/30507] NULL pointer passed to memcpy in rust-demangle reac


From: lukas.dresel at cs dot ucsb.edu
Subject: [Bug binutils/30507] NULL pointer passed to memcpy in rust-demangle reachable via nm-new
Date: Fri, 02 Jun 2023 00:22:43 +0000

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

--- Comment #2 from Lukas Dresel <lukas.dresel at cs dot ucsb.edu> ---
The `length` passed to memcpy and the `data` are zero in this case, causing it
to be a non-issue on my system (if len is zero, memcpy does not attempt to
dereference the pointer), but I'm not sure about other libc's or other
architectures.

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