xf86-video-dummy: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Sat Apr 23 16:37:14 UTC 2022


 .gitlab-ci.yml     |    2 +-
 src/dummy_driver.c |   13 +++++++++----
 2 files changed, 10 insertions(+), 5 deletions(-)

New commits:
commit 22c15ee0e696f6c250edbd8a3cf4c235a78b9f7d
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Apr 19 20:13:52 2022 -0700

    gitlab CI: stop requiring Signed-off-by in commits
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>

commit ffcae9381f914871cc51c80112ce39e83dc8d04b
Author: Alan Coopersmith <alan.coopersmith at oracle.com>
Date:   Tue Apr 19 20:12:30 2022 -0700

    Avoid leaking pixel memory if DUMMYScreenInit fails
    
    Resolves issues reported by Oracle Parfait static analyzer:
    
    Error: Memory leak
       Memory leak [memory-leak] (CWE 401):
          Memory leak of pointer pixels allocated with malloc((pScrn->videoRam * 1024))
            at line 803 of dummy_driver.c in function 'DUMMYScreenInit'.
              pixels allocated at line 790 with malloc((pScrn->videoRam * 1024))
       Memory leak [memory-leak] (CWE 401):
          Memory leak of pointer pixels allocated with malloc((pScrn->videoRam * 1024))
            at line 805 of dummy_driver.c in function 'DUMMYScreenInit'.
              pixels allocated at line 790 with malloc((pScrn->videoRam * 1024))
    
    Signed-off-by: Alan Coopersmith <alan.coopersmith at oracle.com>



More information about the xorg-commit mailing list