Page MenuHomeFreeBSD

binutils: Fix bugs found by -Wpointer-compare
ClosedPublic

Authored by jrtc27 on Oct 6 2019, 1:57 PM.
Tags
None
Referenced Files
Unknown Object (File)
Jan 22 2025, 10:24 AM
Unknown Object (File)
Jan 13 2025, 7:42 AM
Unknown Object (File)
Jan 1 2025, 11:20 PM
Unknown Object (File)
Dec 26 2024, 5:57 AM
Unknown Object (File)
Dec 19 2024, 8:48 PM
Unknown Object (File)
Dec 3 2024, 5:53 PM
Unknown Object (File)
Nov 18 2024, 7:50 PM
Unknown Object (File)
Oct 9 2024, 10:04 PM
Subscribers

Details

Summary

The MIPS bug was introduced by upstream commit 7403cb630, which failed
to account for the additional indirection introduced and also dropped
one of the checks; change it to the standard "NULL-or-empty" check as
used elsewhere in BFD, which is also what upstream now has.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable