Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

libfwupdplugin: Implement fu-efivar-freebsd.c #3330

Merged
merged 1 commit into from Jun 9, 2021

Conversation

hughsie
Copy link
Member

@hughsie hughsie commented Jun 9, 2021

Signed-off-by: Richard Hughes richard@hughsie.com

Type of pull request:

Signed-off-by: Richard Hughes <richard@hughsie.com>
elif host_machine.system() == 'windows'
fwupdplugin_src += 'fu-common-windows.c'
fwupdplugin_src += 'fu-efivar-windows.c' # fuzzing
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

by splitting this way I don't think this code will ever be fuzzed

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That was intentional; i.e. we don't actually link giounix into the fuzzer binary. We certainly could, but the efivar parsing isn't something that lends itself to fuzzing.

@hughsie hughsie merged commit d678b75 into master Jun 9, 2021
@hughsie hughsie deleted the wip/hughsie/efivar-freebsd branch June 9, 2021 14:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants