URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=fee72357d383404be41da36735674b9faa54f872
Submitter: "Gerald Combs <gerald@xxxxxxxxxxxxx>"
Changed: annotated tag: v3.0.10
Repository: wireshark
Commits:
eb0680d 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 a0600e02a9a5fa02531ca3c2d5a2d82b325aab1c)
Reviewed-on: https://code.wireshark.org/review/36757
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
aa0261e by Gerald Combs (gerald@xxxxxxxxxxxxx):
Last minute update for 3.0.10.
Change-Id: I847bc24efdda33e5665788cde3f18ef162463bcf
Reviewed-on: https://code.wireshark.org/review/36759
Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
Actions performed:
* WARNING: tag v3.0.10 was modified! *
from ce00277 (tag)
to fee7235 (tag)
tagging aa0261e8ddf31435a23cfef1ee84c13bb4f7779e (commit)
replaces v3.0.10rc0
by Gerald Combs
on Wed Apr 8 15:32:44 2020 -0700
- Log -----------------------------------------------------------------
Build 3.0.10. Retagging to include eb0680d0b4.
-----BEGIN PGP SIGNATURE-----
iQIzBAABCgAdFiEEWlrbp9vqbD+HIk8ZgiRKeOb+ruoFAl6OUQ8ACgkQgiRKeOb+
ruoMHRAA4lpJO45bkNuwbb/ksGthu6W76qMey9Imt+22ncNL05MswU/KHrqljPto
Ve+a3f5yjDVPeMzXyipo14+WbUPPliaNzHV0Okbv8EeAxgcA4FTjrXH7yawAGroD
dBa2swbleeX06xF/TA0qZcqmqD1dmaBv0D9G5MVLUHrfg2pU3qE7JoMZw1r8sVts
MLCGdxgX3T7nehi9IU4xNp3fw4QqVkh8sddqaN9m5biXfDQmKh5UXM58rv51N21M
+icSVcGXuXxy3eM1eGGcMEw0S6vAw2QiiUU9O8SYHUzsJx2jA/izePu2fcUFfkhl
HBBaUSrDzP3yTJB+VOt5qcj/llF9I5uDEq8m5wS7p6Zoa2HGenNqjj0f1yeJbk36
Pqq90qD0GVwhIV7q6Nz3mEMBEcVNKrb/Vr+p0hyw9Q2GNWPi3zBc8rx5cwDPO8Fl
M47CdSPZMqphMgnquo6Bpxa6R6H5aiRKf6g9+MnFm7q+0XfXyCECavaocERQnb4K
vZD2E8sDmvY6sLTCrSPQ6dLM76XBJuVus20OGAoiZsTytct+Oq3jd4eMfCL0pjs/
u3paojWUBv1cA8ypWjxbZ6Mri8ZBzYSlKMgVPb7j9TeAPitRLqLNpLcDLPkbGE74
1bJF8KJ50gtTLCTFYV0fwdZKaQgzp1Tz+XN5K2znF+xwo2LEO3Q=
=ZBHv
-----END PGP SIGNATURE-----
-----------------------------------------------------------------------
from 74140e2 Build 3.0.10.
add eb0680d tshark: fix use-after-free while closing a live capture file
add aa0261e Last minute update for 3.0.10.
Summary of changes:
docbook/release-notes.asciidoc | 2 ++
tshark.c | 2 +-
2 files changed, 3 insertions(+), 1 deletion(-)