Skip to content

fuzz: fix some warnings when compiling with DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION#1655

Open
catenacyber wants to merge 1 commit intothe-tcpdump-group:masterfrom
catenacyber:fuzzwarn
Open

fuzz: fix some warnings when compiling with DFUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION#1655
catenacyber wants to merge 1 commit intothe-tcpdump-group:masterfrom
catenacyber:fuzzwarn

Conversation

@catenacyber
Copy link
Copy Markdown
Contributor

For #1644

void sleep_secs(int secs)
{
#ifndef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
#ifdef FUZZING_BUILD_MODE_UNSAFE_FOR_PRODUCTION
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

Done differently in dc1223a.

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

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

Cool, rebased on a fresher master with this last commit

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.

2 participants