Wireshark-commits: [Wireshark-commits] master-2.0 bdc2873: Qt: Fix heap-use-after-free when deletin
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=bdc28737860d1bacfc6081ba6a321753d1ac71d8
Submitter: Stig Bjørlykke (stig@xxxxxxxxxxxxx)
Changed: branch: master-2.0
Repository: wireshark
Commits:
bdc2873 by Stig Bjørlykke (stig@xxxxxxxxxxxxx):
Qt: Fix heap-use-after-free when deleting IO graph
Deleting a IO graph item while editing a field will use the IOGraph
object so ensure we delete in correct order to avoid heap-use-after-free.
Bug: 13234
Change-Id: I6d0de21684f842fbd67c9b38fc6b75b81aec5518
Reviewed-on: https://code.wireshark.org/review/20456
Petri-Dish: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Stig Bjørlykke <stig@xxxxxxxxxxxxx>
(cherry picked from commit e781fdd18010c6c70d08b1bd89cd3449d4a5b14d)
Reviewed-on: https://code.wireshark.org/review/20458
(cherry picked from commit ef332b8bfacf97364ba40ab9bb07be30dc67e916)
Reviewed-on: https://code.wireshark.org/review/20460
Actions performed:
from 671e328 imap: Give correct lineend to get_token_len()
adds bdc2873 Qt: Fix heap-use-after-free when deleting IO graph
Summary of changes:
ui/qt/io_graph_dialog.cpp | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)