Skip to content

Conversation

@xingyaner
Copy link
Contributor

The fundamental reason for the failed build is the ABI conflict of the C++ standard library. That is, the Boringssl static library tends to use libstdc++, while the OSS-Fuzz environment and the precompiled Protobuf dependency force the use of libc++, resulting in symbol mismatch during linking.

The fix can be successfully carried out by modifying build.sh to force Boringssl and regular fuzzers to use libstdc++ to maintain internal consistency, while allowing LPM fuzzers that rely on Protobuf to use libc++ alone to be compatible with precompiled libraries.

@github-actions
Copy link

xingyaner is a new contributor to projects/boringssl. The PR must be approved by known contributors before it can be merged. The past contributors are: hunsche, bob-beck, vitalybuka, DonggeLiu, davidben, Navidem, inferno-chromium, sleevi, dannyallover, cvediver, Dor1s, ssbr (unverified), mikea (unverified)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant