Wireshark-commits: [Wireshark-commits] master ef24d48: VALS() doesn't take the address of a (pointe

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Tue, 6 May 2014 19:56:59 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ef24d48552e889add5291c0c08da0ab3b45ada27
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

ef24d48 by Jeff Morriss (jeff.morriss.ws@xxxxxxxxx):

    VALS() doesn't take the address of a (pointer to a) value_string, it takes
    a pointer to a value_string.
    
    Fixes the fuzz failure reported in
    https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=10079
    
    Bug: 10079
    Change-Id: Ifc8d6895cc33ad1f00386a3e59926322bd501125
    Reviewed-on: https://code.wireshark.org/review/1538
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  9a51c1e   Added check for MAUSB length being multiple of a DWORD.
    adds  ef24d48   VALS() doesn't take the address of a (pointer to a) value_string, it takes a pointer to a value_string.


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