URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=1239336af00215172c94d5d2af3926a72ea998c3
Submitter: Peter Wu (peter@xxxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
1239336 by Peter Wu (peter@xxxxxxxxxxxxx):
Qt: fix heap-use-after-free when double-clicking a packet number
On double-clicking a packet number, the current field item is
invalidated by goToPacket. Skip the URL since a field can either have a
URL or a frame number (but not both).
Change-Id: I58e5445fa74071fa0fd203df77ebdecdd1478d31
Reviewed-on: https://code.wireshark.org/review/18971
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from 13adab2 Update message on outdated precommit hook
adds 1239336 Qt: fix heap-use-after-free when double-clicking a packet number
Summary of changes:
ui/qt/proto_tree.cpp | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)