Skip to content
Snippets Groups Projects
Commit 2fa554b0 authored by Alan Coopersmith's avatar Alan Coopersmith
Browse files

Fix CVE-2023-43788: Out of bounds read in XpmCreateXpmImageFromBuffer


When the test case for CVE-2022-46285 was run with the Address Sanitizer
enabled, it found an out-of-bounds read in ParseComment() when reading
from a memory buffer instead of a file, as it continued to look for the
closing comment marker past the end of the buffer.

Signed-off-by: default avatarAlan Coopersmith <alan.coopersmith@oracle.com>
parent 7f60f342
No related branches found
No related tags found
1 merge request!21Security fixes for Oct. 3 advisory
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment