Skip to content

fuzz: add ipc round-trip fuzz target (PR #35118) - Follow-up 5 of 9 #434

Description

@kevkevinpal

mentioned in: bitcoin#35118

bitcoin#35118 (comment)

"I believe you are speaking about the first commit that removes the ENABLE_IPC flag

The expectation noted in that PR was that it would need to go away once IPC fuzzing exists bitcoin#33235 (comment)

This should not force IPC on in environments that already explicitly disable it. For example, current oss-fuzz builds Bitcoin Core with NO-IPC=1 as seen here, and the generated depends toolchain will set ENABLE_IPC=OFF in that case. So oss-fuzz should continue to build without capnp

If we want to get this target running in oss-fuzz, we need a follow-up oss-fuzz change to stop using NO_IPC=1. This PR just prevents BUILD_FOR_FUZZING from unconditionally overriding a user provided IPC setting." - enirox001

Metadata

Metadata

Assignees

No one assigned

    Labels

    followupThis is a possible follow-up someone can work onneed to confirmNeed to confirm if this is still needed or already done

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions