ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 10942] New: Buildbot crash output: fuzz-2015-02-08-4325.pc

Date: Sun, 08 Feb 2015 04:00:06 +0000
Bug ID 10942
Summary Buildbot crash output: fuzz-2015-02-08-4325.pcap
Product Wireshark
Version unspecified
Hardware x86-64
URL https://www.wireshark.org/download/automated/captures/fuzz-2015-02-08-4325.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-2015-02-08-4325.pcap

stderr:
Input file: /home/wireshark/menagerie/menagerie/c06-ldapv3-enc-r1.pcap.gz

Build host information:
Linux wsbb04 3.13.0-44-generic #73-Ubuntu SMP Tue Dec 16 00:22:43 UTC 2014
x86_64 x86_64 x86_64 GNU/Linux
Distributor ID:    Ubuntu
Description:    Ubuntu 14.04.1 LTS
Release:    14.04
Codename:    trusty

Buildbot information:
BUILDBOT_REPOSITORY=ssh://[email protected]:29418/wireshark
BUILDBOT_BUILDNUMBER=3137
BUILDBOT_URL=http://buildbot.wireshark.org/trunk/
BUILDBOT_BUILDERNAME=Clang Code Analysis
BUILDBOT_SLAVENAME=clang-code-analysis
BUILDBOT_GOT_REVISION=96527e24e8e10a707c51c48f52233453c3056702

Return value:  139

Dissector bug:  0

Valgrind error count:  0



Git commit
commit 96527e24e8e10a707c51c48f52233453c3056702
Author: Bill Meier <[email protected]>
Date:   Sat Feb 7 16:23:12 2015 -0500

    riemann: Fix bug found by MSVC203 Code Analysis

    The following doesn't quite do what it might seem to be doing:
        guint64 num;
        guint8 b;
        num |= ((b & 0x7f) << shift);

    The warning from MSVC2013:
     Arithmetic overflow:  32-bit value is shifted, then cast to 64-bit
      value. Results might not be an expected value

    Change-Id: Ic8c939355b54317f0b459c60342f3cb5dfa29624
    Reviewed-on: https://code.wireshark.org/review/7015
    Reviewed-by: Bill Meier <[email protected]>


Command and args:
/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install/bin/tshark
-nVxr


[ no debug trace ]


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