You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I'm developing a fuzzer to test the safe abstraction, and I fonnd a segmentation fault when calling function ears/src/internal.rs/cleanup_openal_context().
Hi, I'm developing a fuzzer to test the safe abstraction, and I fonnd a segmentation fault when calling function
ears/src/internal.rs/cleanup_openal_context()
.The test case is as follows:
Calling the
cleanup_openal_context()
function directly without any pre-checks results in a memory error, which is reported as follows:The text was updated successfully, but these errors were encountered: