Wireshark-bugs: [Wireshark-bugs] [Bug 13222] New: Buildbot crash output: fuzz-2016-12-08-20595.p

Date: Thu, 08 Dec 2016 08:20:03 +0000
Bug ID 13222
Summary Buildbot crash output: fuzz-2016-12-08-20595.pcap
Product Wireshark
Version unspecified
Hardware x86-64
URL https://www.wireshark.org/download/automated/captures/fuzz-2016-12-08-20595.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:

https://www.wireshark.org/download/automated/captures/fuzz-2016-12-08-20595.pcap

stderr:
Input file: /home/wireshark/menagerie/menagerie/12802-iser_login.pcap

Build host information:
Linux wsbb04 4.4.0-47-generic #68-Ubuntu SMP Wed Oct 26 19:39:52 UTC 2016
x86_64 x86_64 x86_64 GNU/Linux
Distributor ID:    Ubuntu
Description:    Ubuntu 16.04.1 LTS
Release:    16.04
Codename:    xenial

Buildbot information:
BUILDBOT_REPOSITORY=ssh://[email protected]:29418/wireshark
BUILDBOT_WORKERNAME=clang-code-analysis
BUILDBOT_BUILDNUMBER=3812
BUILDBOT_URL=http://buildbot.wireshark.org/wireshark-master/
BUILDBOT_BUILDERNAME=Clang Code Analysis
BUILDBOT_GOT_REVISION=dde31375270fac9856f6908da30355e77a97758d

Return value:  0

Dissector bug:  0

Valgrind error count:  1



Git commit
commit dde31375270fac9856f6908da30355e77a97758d
Author: Chris Brandson <[email protected]>
Date:   Wed Dec 7 14:36:17 2016 -0800

    Fix ZigBee End Device Timeout enumeration

    Value 1 incorrect. Remaining enumerations correct

    Change-Id: I31939fabded6c4eab13c5b61bbdd4f61b962f0e0
    Reviewed-on: https://code.wireshark.org/review/19137
    Reviewed-by: Michael Mann <[email protected]>


==14465== Memcheck, a memory error detector
==14465== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==14465== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
==14465== Command:
/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.plain/bin/tshark
-nr /fuzz/buildbot/clangcodeanalysis/valgrind-fuzz/fuzz-2016-12-08-20595.pcap
==14465== 
==14465== Invalid read of size 2
==14465==    at 0x69977A1: ib_addr_to_str (address_types.c:451)
==14465==    by 0x699FF6C: col_set_addr (column-utils.c:1913)
==14465==    by 0x699FE57: col_fill_in (column-utils.c:2180)
==14465==    by 0x416797: print_packet (tshark.c:3852)
==14465==    by 0x416389: process_packet (tshark.c:3492)
==14465==    by 0x4140D1: load_cap_file (tshark.c:3234)
==14465==    by 0x4140D1: main (tshark.c:1934)
==14465==  Address 0xffefff5f0 is on thread 1's stack
==14465==  2336 bytes below stack pointer
==14465== 
==14465== 
==14465== HEAP SUMMARY:
==14465==     in use at exit: 6,083,151 bytes in 9,741 blocks
==14465==   total heap usage: 293,286 allocs, 283,545 frees, 38,053,432 bytes
allocated
==14465== 
==14465== LEAK SUMMARY:
==14465==    definitely lost: 344 bytes in 86 blocks
==14465==    indirectly lost: 0 bytes in 0 blocks
==14465==      possibly lost: 0 bytes in 0 blocks
==14465==    still reachable: 6,082,807 bytes in 9,655 blocks
==14465==         suppressed: 0 bytes in 0 blocks
==14465== Rerun with --leak-check=full to see details of leaked memory
==14465== 
==14465== For counts of detected and suppressed errors, rerun with: -v
==14465== ERROR SUMMARY: 1 errors from 1 contexts (suppressed: 0 from 0)

[ no debug trace ]


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