Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-commits: [Wireshark-commits] master-2.2 13b230f: Initialize fd_head->frame in all cases w

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Sat, 10 Dec 2016 18:39:13 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=13b230fd05225e243e2a20be402c1e454e002b55
Submitter: Guy Harris (guy@xxxxxxxxxxxx)
Changed: branch: master-2.2
Repository: wireshark

Commits:

13b230f by Guy Harris (guy@xxxxxxxxxxxx):

    Initialize fd_head->frame in all cases where we allocate fd_head.
    
    Also, sort the initializations of structure members by the order in the
    structure, to make it easier to check that we've initialized them all.
    
    Bug: 13231
    Change-Id: Id2819940d916a5fd5a3f1bf2fc20bd3ee34a75f4
    Reviewed-on: https://code.wireshark.org/review/19195
    Reviewed-by: Guy Harris <guy@xxxxxxxxxxxx>
    (cherry picked from commit 2dfa603333416aec69719fb074388886f0fc96b2)
    Reviewed-on: https://code.wireshark.org/review/19196
    

Actions performed:

    from  95b5b0c   [ICMP] use abs() in detecting timestamp heuristics
    adds  13b230f   Initialize fd_head->frame in all cases where we allocate fd_head.


Summary of changes:
 epan/reassemble.c |    9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)