diff options
| author | atlaua <luchsmail-gh@yahoo.com> | 2011-09-29 16:54:32 (GMT) |
|---|---|---|
| committer | atlaua <luchsmail-gh@yahoo.com> | 2011-09-29 16:54:32 (GMT) |
| commit | 946a492745a282411908a9d0611cc442bb4a1221 (patch) | |
| tree | 042c2dab50c0a54114e04dba232333f5f355cce9 /src/python/stdlib/threading.py | |
| parent | 3ecb2ee39bd88066acaf89cafc94df802b9fd679 (diff) | |
| download | powder-946a492745a282411908a9d0611cc442bb4a1221.zip powder-946a492745a282411908a9d0611cc442bb4a1221.tar.gz | |
Bugfix: Fixed a segmentation fault in confirm_ui()
confirm_ui() free()ed its msg. This resulted in attemps to free const
strings or and to invalid memoory accesses (because some other functions
wanted to reuse the parameter which they gave to confirm_ui() after
calling this function).
Resolved by removing the call to free() from confirm_ui() and adding it
after the calls to confirm_ui(9, if necessary.
Diffstat (limited to 'src/python/stdlib/threading.py')
0 files changed, 0 insertions, 0 deletions
