Wireshark-bugs: [Wireshark-bugs] [Bug 7894] New: Buildbot crash output: fuzz-2012-10-22-7261.pca
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7894
Summary: Buildbot crash output: fuzz-2012-10-22-7261.pcap
Product: Wireshark
Version: unspecified
Platform: x86-64
URL: http://www.wireshark.org/download/automated/captures/f
uzz-2012-10-22-7261.pcap
OS/Version: Ubuntu
Status: NEW
Severity: Critical
Priority: High
Component: Dissection engine (libwireshark)
AssignedTo: bugzilla-admin@xxxxxxxxxxxxx
ReportedBy: buildbot-do-not-reply@xxxxxxxxxxxxx
Build Information:
--
Problems have been found with the following capture file:
http://www.wireshark.org/download/automated/captures/fuzz-2012-10-22-7261.pcap
stderr:
Command and args:
/home/wireshark/builders/trunk-clang-ca/clangcodeanalysis/install/bin/tshark
-nr
Out Of Memory!
Sorry, but TShark has to terminate now!
Some infos / workarounds can be found at:
http://wiki.wireshark.org/KnownBugs/OutOfMemory
Git commit
commit 3f032cdd12d1abee2d6b3e9187ce7261a458847f
Author: Guy Harris <guy@xxxxxxxxxxxx>
Date: Mon Oct 22 08:09:05 2012 +0000
Pass a pointer to a struct wtap_pkthdr to a bunch of macros; this allows
us to avoid one redefinition of those macros that, in the one
definition, for the read routines, refer to the pseudo-header as
wth->phdr.pseudo_header and, in the next definition, for the seek-read
routine, refer to it as *pseudo_header - instead, we pass &wth->phdr in
the read routine and phdr in the seek-read routine.
svn path=/trunk/; revision=45704
[ no debug trace ]
--
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.