Wireshark-commits: [Wireshark-commits] master-1.10 b4fb43d: SDP: check that media format starts wit

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 29 Jan 2015 21:35:12 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=b4fb43d81a30c683cb2606afa6ecab935819e365
Submitter: Pascal Quantin (pascal.quantin@xxxxxxxxx)
Changed: branch: master-1.10
Repository: wireshark

Commits:

b4fb43d by Pascal Quantin (pascal.quantin@xxxxxxxxx):

    SDP: check that media format starts with a digit before trying to identify media type
    
    Bug: 10899
    Change-Id: I92319a668ae795247d4021f32d629f5000ceb395
    Reviewed-on: https://code.wireshark.org/review/6841
    Petri-Dish: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    Reviewed-by: Pascal Quantin <pascal.quantin@xxxxxxxxx>
    (cherry picked from commit 2edf8bbd33e4820c19a52a435ddb2cc8e3e32fdb)
    Conflicts:
    	epan/dissectors/packet-sdp.c
    Reviewed-on: https://code.wireshark.org/review/6847
    

Actions performed:

    from  8c3d9aa   ANSI IS-637-A: prevent an out of bounds access
    adds  b4fb43d   SDP: check that media format starts with a digit before trying to identify media type


Summary of changes:
 epan/dissectors/packet-sdp.c |   17 +++++++++++------
 1 file changed, 11 insertions(+), 6 deletions(-)