xserver icon indicating copy to clipboard operation
xserver copied to clipboard

dix: fix security and memory issues if calloc is failed

Open GermanAizek opened this issue 8 months ago • 3 comments

@metux, I think you'll like using pointer checking style, and there's a lot test ptr coverage calloc() function's returned pointers. Using dynamic sanitizers, I found possible calloc() fails leaks.

Duplicate description PR: https://github.com/X11Libre/xserver/pull/79

GermanAizek avatar Jun 11 '25 23:06 GermanAizek

Continue same changes in exa driver: https://github.com/X11Libre/xserver/pull/85

GermanAizek avatar Jun 11 '25 23:06 GermanAizek

needs rebase.

metux avatar Jul 23 '25 12:07 metux

@GermanAizek needs rebase.

metux avatar Nov 26 '25 15:11 metux