Pull request for libx11 reviewed static analysis fixes
Erkki Seppälä
erkki.seppala at vincit.fi
Mon Jan 31 01:38:57 PST 2011
are available in the git repository at:
git://gitorious.org/erkkise/libx11-fixes.git fixes-reviewed-1
Erkki Seppälä (4):
Using freed pointer "e"
Dereferencing possibly NULL "str" in call to function "memcpy" (Deref assumed on the basis of 'nonnull' parameter attribute.)
Variable "entry" tracked as NULL was dereferenced.
Comparing array against NULL is not useful "&xkb->server->vmods != NULL"
src/XlibInt.c | 4 ++--
src/xkb/XKB.c | 2 +-
src/xkb/XKBList.c | 2 ++
src/xkb/XKBMisc.c | 2 +-
4 files changed, 6 insertions(+), 4 deletions(-)
More information about the xorg-devel
mailing list