Page MenuHomeFreeBSD

efitable: Don't pass NULL as a format string to xo_err().
ClosedPublic

Authored by jhb on Sep 13 2021, 6:21 PM.
Tags
None
Referenced Files
F156748077: D31939.id95207.diff
Sat, May 16, 2:21 AM
F156748067: D31939.id95065.diff
Sat, May 16, 2:21 AM
F156748025: D31939.diff
Sat, May 16, 2:21 AM
Unknown Object (File)
Tue, May 12, 4:00 PM
Unknown Object (File)
Tue, May 5, 11:24 PM
Unknown Object (File)
Thu, Apr 30, 6:08 PM
Unknown Object (File)
Wed, Apr 29, 1:02 AM
Unknown Object (File)
Wed, Apr 29, 1:00 AM
Subscribers

Details

Summary

This fixes a -Wformat error reported by GCC 9.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 41493
Build 38382: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Sep 13 2021, 6:21 PM
kib added inline comments.
usr.sbin/efitable/efitable.c
149

I suggest to add something like '(len == 0)' into the string, to distinguish two calls.

This revision is now accepted and ready to land.Sep 13 2021, 6:54 PM
jhb marked an inline comment as done.Sep 15 2021, 3:40 PM