Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-20 | - add overflow check for chunk length.HEAD0.1.1trunk | pommicket | |
this could have resulted in debug-only panics for maliciously crafted images. - add “impossible compressed size” check which slightly mitigates the problem of a malicious image causing you to allocate a shitton of memory. | |||
2023-09-05 | create /test/large to accomodate cargo max upload size | pommicket | |
2023-09-05 | rename to minipng0.1.0 | pommicket | |
2023-09-05 | various cleanup | pommicket | |
2023-09-05 | wrote conversion function, but it's failing some tests | pommicket | |
2023-09-04 | benchmark | pommicket | |
2023-09-04 | adler feature, etc. | pommicket | |
2023-09-03 | basic test passing | pommicket | |
2023-09-03 | initial commit | pommicket | |