Page MenuHomeFreeBSD

efivar: Test uuid against zero
ClosedPublic

Authored by imp on Fri, Apr 25, 7:33 PM.
Tags
None
Referenced Files
Unknown Object (File)
Tue, May 6, 12:59 PM
Unknown Object (File)
Mon, May 5, 10:46 PM
Unknown Object (File)
Fri, May 2, 9:55 PM
Unknown Object (File)
Thu, May 1, 6:07 PM
Unknown Object (File)
Sun, Apr 27, 10:38 AM
Unknown Object (File)
Sun, Apr 27, 12:02 AM
Unknown Object (File)
Sat, Apr 26, 9:24 PM
Unknown Object (File)
Sat, Apr 26, 1:15 PM
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 Skipped
Unit
Tests Skipped
Build Status
Buildable 63739
Build 60623: arc lint + arc unit

Event Timeline

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

Consider dropping zero in favor of efi_guid_empty

update per kyle's suggestion

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