Skip to content

Commit 9942cd4

Browse files
mcroompkristofr
andauthored
Fix issue found by fuzzer (#147)
* fix fuzzer * fix fuzz issues found * work * remove unit tst * work * ignore fuzz lock file * ignore changes * update nuspec version --------- Co-authored-by: kristofr <[email protected]>
1 parent 3b801c1 commit 9942cd4

File tree

9 files changed

+27
-542
lines changed

9 files changed

+27
-542
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,7 @@
66
**/*.rs.bk
77

88
# VSCode
9-
.vs/
9+
.vs/
10+
11+
# don't checkin lock file for fuzz as it should get autogen
12+
fuzz/Cargo.lock

Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dll/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lepton_jpeg_dll"
3-
version = "0.5.2"
3+
version = "0.5.3"
44
edition = "2021"
55
authors = ["Kristof Roomp <[email protected]>"]
66

0 commit comments

Comments
 (0)