diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2019-10-17 06:53:44 +0000 |
|---|---|---|
| committer | Thomas Holder <thomas@thomas-holder.de> | 2019-10-17 06:53:44 +0000 |
| commit | b619396309c912ce3ce817b9775982200f4e38a7 (patch) | |
| tree | da1862799cbb58143dcbb65cba2d123382ef3263 /CMakeScripts | |
| parent | Fix logic for Tool Combobox's group label (diff) | |
| download | inkscape-b619396309c912ce3ce817b9775982200f4e38a7.tar.gz inkscape-b619396309c912ce3ce817b9775982200f4e38a7.zip | |
fix heap-use-after-free
Verb::set_tip takes a borrowed string pointer. This line in Effect::check() is
invalid if getErrorReason() returns a temporary:
_verb.set_tip(Extension::getErrorReason().c_str());
Diffstat (limited to 'CMakeScripts')
0 files changed, 0 insertions, 0 deletions
