Wireshark-commits: [Wireshark-commits] master 61d2c8f: RTP: fix a possible NULL pointer dereference
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=61d2c8f4a4fdca8f6d9055400a29f8c74580c313
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
61d2c8f by Pascal Quantin (pascal.quantin@xxxxxxxxx):
RTP: fix a possible NULL pointer dereference (CID 1397705 & 1397706)
As those dissectors are registered by name, let's not make the assumption
that rtp_info is always present.
Change-Id: I959b8c71485471b3be4cd2e71a6d96c2d4b278ff
Reviewed-on: https://code.wireshark.org/review/19381
Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
Actions performed:
from b3b23ff Gtk: add initializers.
adds 61d2c8f RTP: fix a possible NULL pointer dereference (CID 1397705 & 1397706)
Summary of changes:
epan/dissectors/packet-rtp.c | 12 ++++++++----
1 file changed, 8 insertions(+), 4 deletions(-)