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 13 2024, 3:25 AM
Unknown Object (File)
Dec 20 2023, 1:12 AM
Unknown Object (File)
Aug 11 2023, 11:45 AM
Unknown Object (File)
Aug 11 2023, 11:44 AM
Unknown Object (File)
Aug 11 2023, 11:43 AM
Unknown Object (File)
Aug 9 2023, 6:30 AM
Unknown Object (File)
Jun 15 2023, 7:20 PM
Unknown Object (File)
Jun 3 2023, 8:04 AM
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