Closed brotskydotcom closed 3 months ago
Fixes kornelski/rust-security-framework#206.
This is not the correct fix. Slices with a NULL pointer trigger UB immediately when they are created, not when they are used.
Workaround for https://github.com/servo/core-foundation-rs/pull/688
Fixes kornelski/rust-security-framework#206.