summaryrefslogtreecommitdiff
path: root/src/core/async-getprop.c
diff options
context:
space:
mode:
authorPablo Barciela <[email protected]>2019-04-08 21:26:27 +0200
committerVictor Kareh <[email protected]>2019-08-12 16:23:58 +0300
commitd154eaf9027c1fc135ff50c70beed2bc5d7d4a65 (patch)
treec092df31e932bbd93d0b8a197722bce862fefc93 /src/core/async-getprop.c
parent8c352c4fed01b70fe109442cd5cfa7f8b19bcb5b (diff)
downloadmarco-d154eaf9027c1fc135ff50c70beed2bc5d7d4a65.tar.bz2
marco-d154eaf9027c1fc135ff50c70beed2bc5d7d4a65.tar.xz
xprops: Fix cast from non-struct type to struct type
Fixes Clang static analyzer warnings: core/xprops.c:761:9: warning: Casting a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption raw = (xPropWMHints*) results->prop; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ core/xprops.c:883:9: warning: Casting a non-structure type to a structure type and accessing a field can lead to memory access errors or data corruption raw = (xPropSizeHints*) results->prop; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Diffstat (limited to 'src/core/async-getprop.c')
0 files changed, 0 insertions, 0 deletions