这是indexloc提供的服务,不要输入任何密码
Skip to content

Applications shouldn't abort while reading jpegs #3487

@ilya-fedin

Description

@ilya-fedin

Describe the bug
I have noticed 0f0997c. Please don't make it into a release, jpegs are almost always untrusted input and aborting on them is a no-go. The commit message doesn't even explain why this is done... Lots of projects (at least Qt for sure) do setjmp/longjmp trick to recover from error_exit with libjpeg and its forks. The original libjpeg and its forks exit in the default error_exit handler, not after it.

Metadata

Metadata

Assignees

No one assigned

    Labels

    jpegliRelated to jpegli, also cjpegli and djpegliunrelated to 1.0Things that need not be done before the 1.0 version milestone

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions