Page MenuHomeFreeBSD

efivar: Test uuid against zero
ClosedPublic

Authored by imp on Apr 25 2025, 7:33 PM.
Tags
None
Referenced Files
F132294385: D50034.diff
Wed, Oct 15, 3:00 PM
Unknown Object (File)
Sun, Oct 12, 10:32 AM
Unknown Object (File)
Thu, Sep 25, 9:21 AM
Unknown Object (File)
Wed, Sep 24, 8:47 PM
Unknown Object (File)
Sep 13 2025, 10:31 AM
Unknown Object (File)
Sep 13 2025, 9:01 AM
Unknown Object (File)
Sep 13 2025, 8:36 AM
Unknown Object (File)
Sep 12 2025, 9:27 AM
Subscribers
None

Details

Summary

Test the passed in GuID against a guid of all 0's. This removes another
place that has to worry about the difference between uuit_t and
EFI_GUID.

Sponsored by: Netflix

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

imp requested review of this revision.Apr 25 2025, 7:33 PM
imp created this revision.
lib/libefivar/efivar.c
295

Consider dropping zero in favor of efi_guid_empty

update per kyle's suggestion

This revision is now accepted and ready to land.Apr 29 2025, 10:19 AM
This revision was automatically updated to reflect the committed changes.