Wireshark-commits: [Wireshark-commits] master d48b0ef: Sanity check column size to prevent allocati

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 26 Dec 2015 23:45:28 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=d48b0eff28c995947ac3f8d842ddd9b50dd5798d
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

d48b0ef by Michael Mann (mmann78@xxxxxxxxxxxx):

    Sanity check column size to prevent allocating an unrealistic amount of memory.
    
    Bug: 11931
    Change-Id: I19fa2937a649382b3a2eda2c8192246e3e9d9e28
    Reviewed-on: https://code.wireshark.org/review/12874
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  f266154   HTTP2: fix cast from 'const void *' to 'struct HTTP2Tap *' drops const qualifier [-Wcast-qual]
    adds  d48b0ef   Sanity check column size to prevent allocating an unrealistic amount of memory.


Summary of changes:
 epan/dissectors/packet-mswsp.c |   16 ++++++++++++++--
 1 file changed, 14 insertions(+), 2 deletions(-)