Skip to content

Commit

Permalink
Merge pull request #45 from jangko/fuzzing
Browse files Browse the repository at this point in the history
more robust PNG loader, fuzz tested
  • Loading branch information
jangko authored May 28, 2020
2 parents d7d413c + 875e6ac commit cc16c28
Show file tree
Hide file tree
Showing 12 changed files with 182 additions and 204 deletions.
52 changes: 1 addition & 51 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,52 +1,2 @@
# Windows image file caches
Thumbs.db
ehthumbs.db

# Folder config file
Desktop.ini

# Recycle Bin used on file shares
$RECYCLE.BIN/

# Windows Installer files
*.cab
*.msi
*.msm
*.msp

# Windows shortcuts
*.lnk

# =========================
# Operating System Files
# =========================

# OSX
# =========================

.DS_Store
.AppleDouble
.LSOverride

# Thumbnails
._*

# Files that might appear on external disk
.Spotlight-V100
.Trashes

# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk

tests/corpus_dir
*.exe
nimcache
bug
tester/temp.png
tester/rainbow.png
tester/test
tester/testCodec
tester/testSuite
Loading

0 comments on commit cc16c28

Please sign in to comment.