Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix memory leak in libjpeg-turbo decoder implementation in case of corrupted images #4138

Merged
merged 4 commits into from
Aug 5, 2022

Commits on Aug 4, 2022

  1. Fix memory leak in libjpeg-turbo decoder implementation in case of co…

    …rrupted images
    
    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    2555b8b View commit details
    Browse the repository at this point in the history
  2. Fixes

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    05ad54d View commit details
    Browse the repository at this point in the history
  3. Fix target shape

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Aug 4, 2022
    Configuration menu
    Copy the full SHA
    646e2dc View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2022

  1. jpeg::Uncompress to return a smart pointer

    Signed-off-by: Joaquin Anton <janton@nvidia.com>
    jantonguirao committed Aug 5, 2022
    Configuration menu
    Copy the full SHA
    3ac9081 View commit details
    Browse the repository at this point in the history