aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/validation/test-suite
diff options
authorLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2021-04-04 21:28:43 +0200
committerLuc Van Oostenryck <luc.vanoostenryck@gmail.com>2021-04-04 21:36:34 +0200
commit2cd6d34e815a7442b0b113f395504131b3a92e77 (patch)
tree9f6191c9d40be12fab6a32d7b892e82e9859108e /validation/test-suite
parent6d5d9b420b2f0e86a01dc40524f31bd80f5ec3ee (diff)
downloadsparse-dev-2cd6d34e815a7442b0b113f395504131b3a92e77.tar.gz
fix null-pointer crash with with ident same as one of the attributes
match_attribute() will crash when the token has the same identifier as one of the attributes but is not an attribute. In this case, the corresponding symbol_op will be null but this is not checked. This seems to happen only with old-style declarations. Fix this by adding the missing null-check. Signed-off-by: Luc Van Oostenryck <luc.vanoostenryck@gmail.com>
Diffstat (limited to 'validation/test-suite')
0 files changed, 0 insertions, 0 deletions