Wireshark-commits: [Wireshark-commits] master-1.12 2035d31: Fix the uninitialized-read error report

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Thu, 14 Aug 2014 02:09:46 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2035d31c0e7cb7291ede2544a04b4641dc9b12d7
Submitter: Evan Huus (eapache@xxxxxxxxx)
Changed: branch: master-1.12
Repository: wireshark

Commits:

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

    Fix the uninitialized-read error reported in bug 10370.
    
    Fix apparent cut-n-pasteo: if offset_e is set then we should be looking
    at offset_e (instead of offset_s) and ts_end (instead of ts_start).
    
    Bug: 10370
    Change-Id: I0683ad55ac782c7fd03b7dbdf3f34df713267de5
    Reviewed-on: https://code.wireshark.org/review/3589
    Reviewed-by: Evan Huus <eapache@xxxxxxxxx>
    (cherry picked from commit 44698259b1f5865c60323acaf2a633654a2abe81)
    Reviewed-on: https://code.wireshark.org/review/3591
    

Actions performed:

    from  0af9dd7   Use a wildcard to exclude all Wireshark (GUI) binaries: rpmbuild in RHEL6 errors out if you %exclude a file that's not there.
    adds  2035d31   Fix the uninitialized-read error reported in bug 10370.


Summary of changes:
 epan/dissectors/packet-netflow.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)