Files
xserver/dix
Alan Coopersmith 39f337fd49 dix: ProcListProperties: skip unneeded work if numProps is 0
No real harm, but clears warning from gcc 14.1:

../dix/property.c: In function ‘ProcListProperties’:
..//dix/property.c:605:27: warning: dereference of NULL ‘temppAtoms’
 [CWE-476] [-Wanalyzer-null-dereference]
  605 |             *temppAtoms++ = pProp->propertyName;
      |             ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Part-of: <https://gitlab.freedesktop.org/xorg/xserver/-/merge_requests/1673>
2024-09-08 11:48:18 -07:00
..
2020-07-05 13:07:33 -07:00
2015-07-08 16:41:29 -04:00
2024-04-15 16:19:30 -07:00
2014-11-12 10:25:00 +10:00
2024-04-15 23:10:31 +00:00
2024-09-02 16:43:29 +00:00
2024-09-02 16:43:29 +00:00
2024-04-15 16:19:30 -07:00
2024-03-05 16:57:52 +01:00
2024-09-01 22:06:49 +00:00
2013-07-23 23:56:58 +01:00
2020-07-05 13:07:33 -07:00
2014-11-12 10:25:00 +10:00