Wireshark-bugs: [Wireshark-bugs] [Bug 9735] New: Buildbot crash output: fuzz-2014-02-08-18177.pc

Date: Sat, 08 Feb 2014 21:30:03 +0000
Bug ID 9735
Summary Buildbot crash output: fuzz-2014-02-08-18177.pcap
Classification Unclassified
Product Wireshark
Version unspecified
Hardware x86-64
URL http://www.wireshark.org/download/automated/captures/fuzz-2014-02-08-18177.pcap
OS Ubuntu
Status CONFIRMED
Severity Major
Priority High
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Problems have been found with the following capture file:

http://www.wireshark.org/download/automated/captures/fuzz-2014-02-08-18177.pcap

stderr:
Input file: /home/wireshark/menagerie/menagerie/11151-zcl_se_msg_capture.pcapng

Build host information:
Linux wsbb04 3.2.0-58-generic #88-Ubuntu SMP Tue Dec 3 17:37:58 UTC 2013 x86_64
x86_64 x86_64 GNU/Linux
Distributor ID:    Ubuntu
Description:    Ubuntu 12.04.4 LTS
Release:    12.04
Codename:    precise

Buildbot information:
BUILDBOT_REPOSITORY=
BUILDBOT_BUILDNUMBER=2544
BUILDBOT_URL=http://buildbot.wireshark.org/trunk/
BUILDBOT_BUILDERNAME=Clang Code Analysis
BUILDBOT_SLAVENAME=clang-code-analysis
BUILDBOT_GOT_REVISION=b1bea543d9e9b333f36464bd374f14f9b3c95260

Return value:  0

Dissector bug:  0

Valgrind error count:  4



Git commit
commit b1bea543d9e9b333f36464bd374f14f9b3c95260
Author: Pascal Quantin <[email protected]>
Date:   Tue Feb 4 22:24:56 2014 +0100

    Introduce end-of-line normalization

    Change-Id: Ie6991af2432b193fbdc23bbbd335f83c091f14e8
    Reviewed-on: https://code.wireshark.org/review/114
    Reviewed-by: Evan Huus <[email protected]>
    Reviewed-by: Pascal Quantin <[email protected]>
    Tested-by: Pascal Quantin <[email protected]>


Command and args: ./tools/valgrind-wireshark.sh 

==30761== Memcheck, a memory error detector
==30761== Copyright (C) 2002-2011, and GNU GPL'd, by Julian Seward et al.
==30761== Using Valgrind-3.7.0 and LibVEX; rerun with -h for copyright info
==30761== Command:
/home/wireshark/builders/trunk-clang-ca/clangcodeanalysis/install/bin/tshark
-nr /fuzz/buildbot/clangcodeanalysis/valgrind-fuzz/fuzz-2014-02-08-18177.pcap
==30761== 
==30761== Conditional jump or move depends on uninitialised value(s)
==30761==    at 0x6C99BE5: dissect_zbee_nwk_heur_gp (packet-zbee-nwk-gp.c:1492)
==30761==    by 0x6530BF2: dissector_try_heuristic (packet.c:1978)
==30761==    by 0x68BAC79: dissect_ieee802154_common (packet-ieee802154.c:1076)
==30761==    by 0x652E947: call_dissector_through_handle (packet.c:597)
==30761==    by 0x652F46D: call_dissector_work (packet.c:684)
==30761==    by 0x652FC82: dissector_try_uint_new (packet.c:1115)
==30761==    by 0x652FCD6: dissector_try_uint (packet.c:1141)
==30761==    by 0x67D987D: dissect_frame (packet-frame.c:490)
==30761==    by 0x652E947: call_dissector_through_handle (packet.c:597)
==30761==    by 0x652F46D: call_dissector_work (packet.c:684)
==30761==    by 0x65312F0: call_dissector_with_data (packet.c:2237)
==30761==    by 0x6531989: dissect_packet (packet.c:470)
==30761== 
==30761== Conditional jump or move depends on uninitialised value(s)
==30761==    at 0x65867D6: dissect_6lowpan_heur (packet-6lowpan.c:864)
==30761==    by 0x6530BF2: dissector_try_heuristic (packet.c:1978)
==30761==    by 0x68BAC79: dissect_ieee802154_common (packet-ieee802154.c:1076)
==30761==    by 0x652E947: call_dissector_through_handle (packet.c:597)
==30761==    by 0x652F46D: call_dissector_work (packet.c:684)
==30761==    by 0x652FC82: dissector_try_uint_new (packet.c:1115)
==30761==    by 0x652FCD6: dissector_try_uint (packet.c:1141)
==30761==    by 0x67D987D: dissect_frame (packet-frame.c:490)
==30761==    by 0x652E947: call_dissector_through_handle (packet.c:597)
==30761==    by 0x652F46D: call_dissector_work (packet.c:684)
==30761==    by 0x65312F0: call_dissector_with_data (packet.c:2237)
==30761==    by 0x6531989: dissect_packet (packet.c:470)
==30761== 
==30761== 
==30761== HEAP SUMMARY:
==30761==     in use at exit: 2,731,710 bytes in 48,731 blocks
==30761==   total heap usage: 520,456 allocs, 471,725 frees, 28,705,732 bytes
allocated
==30761== 
==30761== LEAK SUMMARY:
==30761==    definitely lost: 5,406 bytes in 162 blocks
==30761==    indirectly lost: 28,216 bytes in 47 blocks
==30761==      possibly lost: 0 bytes in 0 blocks
==30761==    still reachable: 2,698,088 bytes in 48,522 blocks
==30761==         suppressed: 0 bytes in 0 blocks
==30761== Rerun with --leak-check=full to see details of leaked memory
==30761== 
==30761== For counts of detected and suppressed errors, rerun with: -v
==30761== Use --track-origins=yes to see where uninitialised values come from
==30761== ERROR SUMMARY: 4 errors from 2 contexts (suppressed: 3 from 3)

[ no debug trace ]


You are receiving this mail because:
  • You are watching all bug changes.