libXpm: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Jan 24 17:26:17 UTC 2023


 src/parse.c |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 77e3b389eb92b8d8f94f5b83c1d3d7cd4db5b037
Author: Peter Hutterer <peter.hutterer at who-t.net>
Date:   Mon Jan 23 19:57:28 2023 +1000

    Fix a memleak in ParsePixels error code path
    
    In this particular error path we have already allocated cidx[0..256]
    with 256 instances of fresh and juicy memory. Freeing that is annoying,
    but luckily there's a helpful FREE_CIDX macro that does exactly that.
    
    Fixes f80fa6a:
      Fix CVE-2022-44617: Runaway loop with width of 0 and enormous height
    
    Found by covscan
    
    Signed-off-by: Peter Hutterer <peter.hutterer at who-t.net>



More information about the xorg-commit mailing list