When fuzzing a target library, do we need to instrument its dependent libraries as well? #12762
Closed
Just-do-st
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
When fuzzing a target library, do we need to instrument its dependent libraries as well? It seems that the build.sh script in the ffmpeg project is influenced by the environment variables $CC and $CXX, which cause the dependent libraries to be instrumented. However, intuitively, it seems that we only need to test the implementation of the target library itself.
Thanks,
Steven
Beta Was this translation helpful? Give feedback.
All reactions