Wireshark-commits: [Wireshark-commits] v3.2.3 9591ac4: Last minute update for 3.2.3.
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9591ac4cccf4ede6fc66cbe817b5c007dd5b4542
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: annotated tag: v3.2.3
Repository: wireshark
Commits:
f7537ea by Peter Wu (peter@xxxxxxxxxxxxx):
tshark: fix use-after-free while closing a live capture file
wtap_cleanup() clears options which are still in use by the time
cf_close calls wtap_close. Be sure to close the capture file first.
Bug: 16487
Change-Id: Id9ef1c0321865e9574b69439870a842efb2b209b
Fixes: v3.3.0rc0-853-g3662a69036 ("Maintain cf->state, because file cleanup depends on it.")
Reviewed-on: https://code.wireshark.org/review/36755
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Reviewed-by: Guy Harris <gharris@xxxxxxxxx>
(cherry picked from commit 33aec15e4a0a5fd151d0c5141853af3d9e70489a)
Reviewed-on: https://code.wireshark.org/review/36756
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
f39b508 by Gerald Combs (gerald@xxxxxxxxxxxxx):
Last minute update for 3.2.3.
Change-Id: Ic0f7a58f840e4bd7fdb55dfeabeb4ea1c3711fc6
Reviewed-on: https://code.wireshark.org/review/36758
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
* WARNING: tag v3.2.3 was modified! *
from 77d5834 (tag)
to 9591ac4 (tag)
tagging f39b50865a139cde907c68b1eda0471ae616d46c (commit)
replaces v3.2.3rc0
by Gerald Combs
on Wed Apr 8 15:29:28 2020 -0700
- Log -----------------------------------------------------------------
Build 3.2.3. Retagging to include f7537ea094.
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEWlrbp9vqbD+HIk8ZgiRKeOb+ruoFAl6OUFsACgkQgiRKeOb+
ruoPrg/9FYrxmQ6MSt2nedtmMVi3+ZfqM+S3VxwfRTh9YfB5STFTtnOuoH/0R8on
//DU6ZmflrZiNh1M3zSqL1y3rGlGndksKXa9C9/1ZlRIicmz7XYyYFxipOm/vIf0
Ab3oLtd9kfpWh4of3joBK+ORUv21JuVGtCDnmMFxsPh0kDwjSqx9r+xXbW79y0q2
mftU0C4LuibiJXOHx1u79D9ONy54Gku0LSef4CUYjpk1/CUoT22Nj9N5jn0/AguW
xmzjkmtK6q3bQNx7DbutDCW3us3Ve7pFhbeLEZoEk2s877X36piMVPKJH0J4luu9
j/hCfAJ1DIizWd2DCynMOkVvY0RgJRE6MzE3kNJsE6ogyk7lOeRMuCsDcAnoZT1f
mXyvmtDLBmWpMreiIICnIlj7PHQgqbqloAoPclOZUrWXMCbkx6smqlXQwhM0e6Jr
ZT0CPpPiI8znUIfc/NkbeppNspw3Ydxagrp03H2h9zCz1Y/1IPcFaHwSJ1bcl5kd
vKTfIWhIKKW95HWkK1Ur9Q1AX/U/9FPq4+/6oAgxB2qtFJl1E76hw0KU/jB7U8Li
lrys6cXqhUw155zqIrLg+ewoVLxPWflj5ZAGXWaJB72elXPQlYw5mtCqnRIwbkfv
Flxek8Qv3u4gyd5gm4GKw4hMmsfNIKnPrLEx/DyRw71sFnfp/CY=
=e6hz
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
from 8a8a1fb Build 3.2.3.
add f7537ea tshark: fix use-after-free while closing a live capture file
add f39b508 Last minute update for 3.2.3.
Summary of changes:
docbook/release-notes.adoc | 2 ++
tshark.c | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)