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 9c5f199: Fix bug 9909 Buildbot crash - but only to st

From: Wireshark code review <code-review-do-not-reply@xxxxxxxxxxxxx>
Date: Fri, 21 Mar 2014 04:58:17 +0000 (UTC)
URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=9c5f1990504ba804df76157595248b7e90edf109
Submitter: Anders Broman (a.broman58@xxxxxxxxx)
Changed: branch: master
Repository: wireshark

Commits:

9c5f199 by Hadriel Kaplan (hadrielk@xxxxxxxxx):

    Fix bug 9909 Buildbot crash - but only to stop the crashing
    
    This fixes the crashing on buildbot, but only in the sense that
    it now calls DESSECTOR_ASSERT_NOT_REACHED() for the case that's
    causing the crash - which is a null dereference, due to something
    going wrong in add_tagged_field() of packet-ieee80211.c.
    
    I don't know what the right thing to do is, but at least this
    gets buildbot going again. (that file is over 25k lines!)
    
    Change-Id: I1658944f9704a071dffc7f4834b9294fffc0e7ba
    Reviewed-on: https://code.wireshark.org/review/757
    Reviewed-by: Anders Broman <a.broman58@xxxxxxxxx>
    

Actions performed:

    from  7b6f047   Handle big-endian Prism headers.
    adds  9c5f199   Fix bug 9909 Buildbot crash - but only to stop the crashing


Summary of changes:
 epan/dissectors/packet-ieee80211.c |    8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)