• Show log

    Commit

  • Hash : 2849d86a
    Author : DRC
    Date : 2021-08-06T13:41:15

    SSE2/64-bit: Fix trans. segfault w/ malformed JPEG
    
    Attempting to losslessly transform certain malformed JPEG images can
    cause the nbits table index in the Huffman encoder to exceed 32768, so
    we need to pad the SSE2 implementation of that table to 65536 entries as
    we do with the C implementation.
    
    Regression introduced by 087c29e07f7533ec82fd7eb1dafc84c29e7870ec
    
    Fixes #543
    

  • Properties

  • Git HTTP https://git.kmx.io/kc3-lang/libjpeg-turbo.git
    Git SSH git@git.kmx.io:kc3-lang/libjpeg-turbo.git
    Public access ? public
    Description

    Fork of libjpeg with SIMD

    Users
    thodg_m kc3_lang_org thodg_w www_kmx_io thodg_l thodg
    Tags