Wireshark-commits: [Wireshark-commits] master 4469825: Fix the uninitialized-read error reported in

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

Commits:

4469825 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>
    

Actions performed:

    from  4388b56   CMake: More Qt5WinExtras plumbing.
    adds  4469825   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(-)