libXfont: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Aug 11 22:10:24 UTC 2022


 src/fontfile/fontdir.c |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

New commits:
commit efb287223612e9225e5089bed76e348c236b15f0
Author: Peter Harris <pharris at opentext.com>
Date:   Thu Mar 25 15:56:31 2021 -0400

    Fix buffer overrun in FontFileMakeDir on WIN32
    
    When dirName is "" (eg. when called by BuiltinReadDirectory),
    FontFileMakeDir would read after the string when WIN32 is defined.
    
    Fix the overrun issue by checking the location of the found :
    before adding two.
    
    Signed-off-by: Peter Harris <pharris at opentext.com>
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list