blob: 7013e073f67d3db4cc5452a6fa1b82a255be5484 (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
## 1.0.0
- add `core::error::Error` implementation for `minipng::Error`, now that the `Error` trait is in `core`.
- upgrade to Edition 2024 (MSRV is now probably 1.85.0)
## 0.1.1
- add overflow check for chunk length.
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.
|