Wireshark-commits: [Wireshark-commits] master 5adda73: OER: Always initialize a variable.

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 06 Dec 2018 05:39:52 +0000
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=5adda736f7af0776bc085a1444e6fde28292108d
Submitter: "Anders Broman <a.broman58@xxxxxxxxx>"
Changed: branch: master
Repository: wireshark

Commits:

5adda73 by Gerald Combs (gerald@xxxxxxxxxxxxx):

    OER: Always initialize a variable.
    
    Always initialize our length in dissect_oer_length_determinant. Its
    callers assume that this happens and doing so should fix some scan-build
    warnings.
    
    Change-Id: I67abc19417e6437b9302b880164140fb8a773204
    Reviewed-on: https://code.wireshark.org/review/30935
    Reviewed-by: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Petri-Dish: Gerald Combs <gerald@xxxxxxxxxxxxx>
    Tested-by: Petri Dish Buildbot
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  56b255d   packet-rsl: Use defines for ip.access value_string
     add  5adda73   OER: Always initialize a variable.


Summary of changes:
 epan/dissectors/packet-oer.c | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)