Introduce a limitter on the max number/size of frame
Open
@r-ralph is already working on this.
Since Nov 17, 2021.
- Dominant language
- Kotlin
- Stars
- 255
- Forks
- 31
- PR merge metrics
- No merged PRs in 30d
Description
In the case of an image with an extremely large number of frames specified, the process will be killed due to lack of memory while allocating memory for loading image.
Make it possible to limit the maximum size of an image so that it does not crash when loaded from an untrusted source.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.