Clippy pointed out this potential use-after-free of a CString buffer. I don't think in this case it caused an issue because the temporary CString _should_ outlive the function call (at least, that's how C++ works...), however it's refactor-brittle, so best to fix. https://github.com/Manishearth/rust-clippy/wiki#temporary_cstring_as_ptrwithout.crypto
parent
de8bdbd890
commit
2c43e693e6
Loading…
Reference in new issue