function ft_open_ex()
has a potential panic issue without pre-checking
#83
Labels
bug
Something isn't working
Hi, I'm developing a fuzzer to test the safe abstraction, and I found a panic bug when calling function
src/lib/ft_open_ex()
. Below is a test case:Output:
I think checking the scope of
arg
when calling theffi::CString
would make the external API more robust.libftd2xx/src/lib.rs
Line 2008 in da7c877
The text was updated successfully, but these errors were encountered: