Wireshark-commits: [Wireshark-commits] master 93c647e: [nfs] don't THROW() an exception from a diss

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sun, 25 Oct 2015 02:07:08 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=93c647ee4c6d5d88b8cf259570de4434632c44fd
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

93c647e by Martin Kaiser (wireshark@xxxxxxxxx):

    [nfs] don't THROW() an exception from a dissector
    
    the case where the number of bitmaps is too large was already handled
    more cleanly in some places, we can just copy their code
    
    unfortunately, we have to add a pinfo parameter to quite a few functions
    
    Change-Id: I0e0fa9674d6ecd98c3d7e49e065f7121cc275a9b
    Reviewed-on: https://code.wireshark.org/review/11247
    Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
    Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
    

Actions performed:

    from  ad52d7d   Bail out immediately if we can't allocate a buffer for carving up $PATH.
    adds  93c647e   [nfs] don't THROW() an exception from a dissector


Summary of changes:
 epan/dissectors/packet-nfs.c |   48 ++++++++++++++++++++++++------------------
 1 file changed, 27 insertions(+), 21 deletions(-)