fonttosfnt: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Feb 10 21:32:41 UTC 2020


 util.c  |    4 ++--
 write.c |    4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

New commits:
commit 81a61c049e6de80120531f0770b22e7637c9acb9
Author: rnhmjoj <rnhmjoj at inventati.org>
Date:   Fri Feb 7 17:47:52 2020 +0100

    Fix uninitialised memory write
    
    If macTime() fails write zeros instead of unitialized memory to
    the date fields.

commit 51e8117654fb092ae5412d7aa184bfc6b498c954
Author: rnhmjoj <rnhmjoj at inventati.org>
Date:   Fri Feb 7 17:46:54 2020 +0100

    Fix incorrect error handling in macTime()
    
    mktime() and time() return (time_t -1) to signal an error.
    Checking for negative values will incorrectly assume an error
    happened for any calendar date before the unix epoch.



More information about the xorg-commit mailing list