• Ulrich Sibiller's avatar
    record/set.c: silence cpp finding · b91b3d80
    Ulrich Sibiller authored
    [nx-X11/programs/Xserver/record/set.c:361]: (warning) Possible null pointer dereference: stackIntervals
    
    stackIntervals is only NULL if nIntervals is 0, too. In that case
    memcpy will do nothing and so it is ok to pass NULL as source. But it
    is ugly nevertheless...
    b91b3d80
Name
Last commit
Last update
..
config Loading commit data...
extras Loading commit data...
include Loading commit data...
lib Loading commit data...
programs Loading commit data...
.gitignore Loading commit data...
Imakefile Loading commit data...
Makefile Loading commit data...
x-indent-all.sh Loading commit data...
x-indent.sh Loading commit data...