issues
search
trifectatechfoundation
/
zlib-rs
A safer zlib
zlib License
148
stars
15
forks
source link
refinements to unsafe code
#157
Closed
folkertdev
closed
3 months ago
folkertdev
commented
3 months ago
among other things
the
Init
and
GetHeader
functions now assume that their arguments are properly initialized in the rust sense. Providing uninitialized memory to these functions is UB, though unlikely to actually cause issues across an FFI boundary
among other things
Init
andGetHeader
functions now assume that their arguments are properly initialized in the rust sense. Providing uninitialized memory to these functions is UB, though unlikely to actually cause issues across an FFI boundary