xf86-video-sis: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Oct 22 21:10:07 UTC 2024


 src/init301.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit b144cedfe12ed9b6ede4ddb80b02200292303f1a
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Sat Oct 12 15:00:33 2024 -0700

    SiS_DDC2Delay: initialize variable before adding to it
    
    Fixes issue flagged by Oracle Parfait 13.3 static analyser:
       Uninitialised variable [uninitialised-var]:
          Uninitialised variable 'j' may be used for addition with
          SiS_GetReg(SiS_Pr->SiS_P3c4, 5)
            at line 424 of src/init301.c in function 'SiS_DDC2Delay'.
    
    Though in truth, it doesn't matter much since we never read the
    values written to 'j'.
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-sis/-/merge_requests/39>



More information about the xorg-commit mailing list