Commit ee17851
committed
Fix use after free
This could cause an immediate crash or incorrect values might be read
subsequently resulting in incorrect computations.
In QtFlagPropertyManager::uninitializeProperty(QtProperty *): A
pointer to freed memory is dereferenced, used as a function argument, or
otherwise used (CWE-416)
Coverity-Id: 22622
Change-Id: I24fc9d6f7c1c516ddcadaaba2ba7cdaed7c7f807
Reviewed-by: Friedemann Kleint <[email protected]>1 parent a8dda66 commit ee17851
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5355 | 5355 | | |
5356 | 5356 | | |
5357 | 5357 | | |
5358 | | - | |
5359 | 5358 | | |
| 5359 | + | |
5360 | 5360 | | |
5361 | 5361 | | |
5362 | 5362 | | |
| |||
5396 | 5396 | | |
5397 | 5397 | | |
5398 | 5398 | | |
5399 | | - | |
5400 | 5399 | | |
| 5400 | + | |
5401 | 5401 | | |
5402 | 5402 | | |
5403 | 5403 | | |
| |||
0 commit comments