Wireshark-bugs: [Wireshark-bugs] [Bug 11148] New: Buildbot crash output: fuzz-2015-04-25-19500.p
Bug ID |
11148
|
Summary |
Buildbot crash output: fuzz-2015-04-25-19500.pcap
|
Product |
Wireshark
|
Version |
unspecified
|
Hardware |
x86-64
|
URL |
https://www.wireshark.org/download/automated/captures/fuzz-2015-04-25-19500.pcap
|
OS |
Ubuntu
|
Status |
CONFIRMED
|
Severity |
Major
|
Priority |
High
|
Component |
Dissection engine (libwireshark)
|
Assignee |
bugzilla-admin@wireshark.org
|
Reporter |
buildbot-do-not-reply@wireshark.org
|
Problems have been found with the following capture file:
https://www.wireshark.org/download/automated/captures/fuzz-2015-04-25-19500.pcap
stderr:
Input file:
/home/wireshark/menagerie/menagerie/13518-C15CallHistorySampleFile_v1.pcapng
Build host information:
Linux wsbb04 3.13.0-46-generic #79-Ubuntu SMP Tue Mar 10 20:06:50 UTC 2015
x86_64 x86_64 x86_64 GNU/Linux
Distributor ID: Ubuntu
Description: Ubuntu 14.04.2 LTS
Release: 14.04
Codename: trusty
Buildbot information:
BUILDBOT_REPOSITORY=ssh://wireshark-buildbot@code.wireshark.org:29418/wireshark
BUILDBOT_BUILDNUMBER=3209
BUILDBOT_URL=http://buildbot.wireshark.org/trunk/
BUILDBOT_BUILDERNAME=Clang Code Analysis
BUILDBOT_SLAVENAME=clang-code-analysis
BUILDBOT_GOT_REVISION=fa16e70902eae661b3fc7703943b6d2195ac0cd8
Return value: 133
Dissector bug: 0
Valgrind error count: 0
Git commit
commit fa16e70902eae661b3fc7703943b6d2195ac0cd8
Author: Jesse Gross <jesse@nicira.com>
Date: Fri Apr 24 18:49:31 2015 -0700
Fix filtering on IP heuristic subdissectors.
The IP dissector passes 'tree' to its heuristic dissectors instead
of the 'parent_tree' passed to the normally registered dissectors.
These two are generally the same except that 'tree' is set to NULL
in cases where IP is not referenced - a local optimization that
should not be passed down to the lower layers. The result is that
the filter:
ip && PROTO matches
but:
PROTO does not match.
This changes the two types of dissectors to behave the same by
getting 'parent_tree'.
Change-Id: I78690d4767d2e3a763fd4388792c49aa5df0a962
Reviewed-on: https://code.wireshark.org/review/8190
Reviewed-by: Guy Harris <guy@alum.mit.edu>
Command and args:
/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install/bin/tshark
-nVxr
(process:2422): GLib-ERROR **: /build/buildd/glib2.0-2.40.2/./glib/gmem.c:103:
failed to allocate 2863311571 bytes
[ no debug trace ]
You are receiving this mail because:
- You are watching all bug changes.