summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: 265e560e33431f122ecde5ce6665694622c00f32 (plain)
1
2
3
4
5
6
## 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.