Wireshark-commits: [Wireshark-commits] master-2.4 c5a6511: DCOM: always NUL-terminate dissect_dcom_
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=c5a65115ebab55cfd5ce0a855c2256e01cab6449
Submitter: "Peter Wu <peter@xxxxxxxxxxxxx>"
Changed: branch: master-2.4
Repository: wireshark
Commits:
c5a6511 by Peter Wu (peter@xxxxxxxxxxxxx):
DCOM: always NUL-terminate dissect_dcom_BSTR results
All of the six users in plugins/epan/profinet/packet-dcom-cba.c expect
the string to be NUL-terminated, so ensure this to avoid reading
uninitialized memory for the Info column.
Bug: 15130
Change-Id: Ibc922068d14b87ce324af3cec22a5f8343088b40
Reviewed-on: https://code.wireshark.org/review/30128
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
(cherry picked from commit ec6ace066ae4c889d4c18a0a38a8c6053483877b)
Reviewed-on: https://code.wireshark.org/review/30159
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Actions performed:
from cacb057 wmem_tree: fix crash with wmem_tree_destroy and NULL scope
add c5a6511 DCOM: always NUL-terminate dissect_dcom_BSTR results
Summary of changes:
epan/dissectors/packet-dcom.c | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)