Wireshark-commits: [Wireshark-commits] master-2.2 562457a: isakmp: fix type confusion
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=562457a70d52eac642a62d7266dee65cd3db5077
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark
Commits:
562457a by Peter Wu (peter@xxxxxxxxxxxxx):
isakmp: fix type confusion
Caught by ASAN with WIRESHARK_DEBUG_WMEM_OVERRIDE=simple set.
Manually inspection of all type casts to decrypt_data_t and
ikev2_decrypt_data_t showed no other users that do not check
isakmp_version first.
Change-Id: If889afff85a20e31222d33cbea8db3a91a77f389
Reviewed-on: https://code.wireshark.org/review/17246
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michał Skalski <mskalski13@xxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit 52910f4e3fa7d771a671cd30bd5320d70aee3eec)
Reviewed-on: https://code.wireshark.org/review/17260
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Actions performed:
from f60c4b2 debian: Fix libwscodecs' symbols file
adds 562457a isakmp: fix type confusion
Summary of changes:
epan/dissectors/packet-isakmp.c | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)