Wireshark-commits: [Wireshark-commits] lts-1.8.2 2bbbc56: Fix the uninitialized-read error reported
From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Mon, 6 Oct 2014 18:52:55 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=2bbbc56b21d033c5f3fa5d23fbe18a0b82060de1
Submitter: Balint Reczey (balint@xxxxxxxxxxxxxxx)
Changed: branch: lts-1.8.2
Repository: wireshark

Commits:

2bbbc56 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
    (cherry picked from commit 2035d31c0e7cb7291ede2544a04b4641dc9b12d7)
    Reviewed-on: https://code.wireshark.org/review/3592
    Reviewed-on: https://code.wireshark.org/review/4425
    Reviewed-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    Tested-by: Balint Reczey <balint@xxxxxxxxxxxxxxx>
    

Actions performed:

    from  441cf84   rtsp: parse the correct token for the status code
    adds  2bbbc56   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(-)