• 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
set.c 11.5 KB