issues
search
trifectatechfoundation
/
zlib-rs
A safer zlib
zlib License
139
stars
15
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Wasm code using zlib-rs fails to load in browser, using wasm-pack
#253
billyc
opened
11 hours ago
7
Revert "load the inflate reader and writer to the stack"
#252
folkertdev
closed
4 days ago
1
Add a release checklist
#251
rnijveld
closed
1 week ago
1
run the flate2 test suite on CI
#250
folkertdev
closed
1 week ago
1
run against the flate2 test suite
#249
folkertdev
closed
1 week ago
2
Loop plus match
#248
folkertdev
closed
1 week ago
1
add section on using; change spelling to US
#247
squell
closed
1 week ago
0
Inahga/inflate audit3
#246
folkertdev
closed
1 week ago
0
libz-rs-sys: more safety requirements on inflate() and deflate()
#245
inahga
closed
2 weeks ago
0
inflate: some safety documentation
#244
inahga
closed
2 weeks ago
0
follow `MaybeUninit::slice_assume_init_ref` implementation
#243
folkertdev
closed
2 weeks ago
1
inflate/bitreader: fix unsoundness in advance()
#242
inahga
closed
2 weeks ago
1
deflate: safety documentation, relax safety requirements of wasm intrinsics
#241
inahga
closed
2 weeks ago
0
longest_match: handle underflow in assertion
#240
inahga
closed
3 weeks ago
0
run deflate tests under stacked borrows
#239
folkertdev
closed
3 weeks ago
1
adler32: document some unsafe blocks
#238
inahga
closed
3 weeks ago
0
Miri stacked borrows improvements for inflate
#237
folkertdev
closed
4 weeks ago
1
crc32: mark some unsafe functions properly, add some safety documentation
#236
inahga
closed
4 weeks ago
0
gzip: make header functions unsafe and document preconditions
#235
inahga
closed
4 weeks ago
1
just always initialize the window buffer with zeros
#234
folkertdev
closed
4 weeks ago
1
Some usage of Allocator::deallocate() is UB
#233
inahga
closed
2 weeks ago
5
UB in `inflate::writer::Writer::copy_chunk_unchecked()`
#232
inahga
closed
4 weeks ago
1
fuzzing: inflate fuzz suite for catching UB
#231
inahga
closed
3 weeks ago
3
OOB panic in `deflate_stored` after `deflateParams()`
#229
inahga
opened
1 month ago
0
fix 2 memory leaks in deflate tests
#228
folkertdev
closed
1 month ago
1
Replace usage of LD_PRELOAD with LD_LIBRARY_PATH
#227
bjorn3
closed
1 month ago
0
Fix a couple of warnings when building for wasm
#226
bjorn3
closed
1 month ago
0
Stop passing -fno-pic when building for wasm
#225
bjorn3
closed
1 month ago
0
Fix checksum fuzzing target
#224
bjorn3
closed
1 month ago
0
optimize the `medium` algorithm
#223
folkertdev
closed
1 month ago
2
fix panic in crc32 hash calc
#222
folkertdev
closed
1 month ago
1
fix panic in the stored algorithm
#221
folkertdev
closed
1 month ago
1
Run test-libz-rs-sys tests on wasm in CI
#220
bjorn3
closed
1 month ago
0
OOB panic in Crc32HashCalc::insert_string()
#219
inahga
closed
1 month ago
0
OOB panic in `deflate_stored()`
#218
inahga
closed
1 month ago
0
set `head.done = -1` if a gzip header was configured but the input is not gzip data
#217
folkertdev
closed
1 month ago
1
fix bug in inflate_fast when refilling
#216
folkertdev
closed
1 month ago
1
try this codecov thing
#215
folkertdev
closed
1 month ago
1
run more `deflate::` tests under miri
#214
folkertdev
closed
1 month ago
1
Flate2 with zlib-rs fails to parse file that works with zlib-ng ("corrupt gzip stream does not have a matching checksum" or "numeric field was not a number: when getting cksum for ")
#213
VorpalBlade
closed
1 month ago
2
add miri tests for supported targets
#212
folkertdev
opened
1 month ago
0
fix for reading/writing uninitialized memory
#211
folkertdev
closed
1 month ago
0
`deflate::set_header()` is unsound
#210
inahga
closed
4 weeks ago
1
Add Prossimo as initiator
#209
erikjee
closed
1 month ago
0
move the repository (and fix links)
#208
folkertdev
closed
1 month ago
0
missing update to `state->back`
#207
folkertdev
opened
1 month ago
1
add `COPY_` mode
#206
folkertdev
opened
1 month ago
0
missing gzip header logic
#205
folkertdev
closed
1 month ago
1
Reenable deflate::test::insufficient_compress_space under Miri
#204
inahga
closed
1 month ago
0
fix UB in `inflate::State::extra`
#203
folkertdev
closed
1 month ago
0
Next