https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=13220

            Bug ID: 13220
           Summary: Buildbot crash output: fuzz-2016-12-07-3380.pcap
           Product: Wireshark
           Version: unspecified
          Hardware: x86-64
               URL: https://www.wireshark.org/download/automated/captures/
                    fuzz-2016-12-07-3380.pcap
                OS: Ubuntu
            Status: CONFIRMED
          Severity: Major
          Priority: High
         Component: Dissection engine (libwireshark)
          Assignee: bugzilla-ad...@wireshark.org
          Reporter: buildbot-do-not-re...@wireshark.org

Problems have been found with the following capture file:

https://www.wireshark.org/download/automated/captures/fuzz-2016-12-07-3380.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://wireshark-build...@code.wireshark.org:29418/wireshark
BUILDBOT_WORKERNAME=clang-code-analysis
BUILDBOT_BUILDNUMBER=3811
BUILDBOT_URL=http://buildbot.wireshark.org/wireshark-master/
BUILDBOT_BUILDERNAME=Clang Code Analysis
BUILDBOT_GOT_REVISION=49fcee3fcb997036f8677af081a5cbecab7c07e0

Return value:  0

Dissector bug:  0

Valgrind error count:  1



Git commit
commit 49fcee3fcb997036f8677af081a5cbecab7c07e0
Author: Роман Донченко <d...@corrigendum.ru>
Date:   Wed Dec 7 01:14:39 2016 +0300

    Qt: don't append a second extension to save file names

    When checking if the file already has one of the possible extensions,
    MainWindow::fileAddExtension reuses file_suffix between iterations and
    appends to it each time, so it ends up checking for the wrong suffix for
all
    extensions except the first one. Scope file_suffix to the for loop to
    fix that.

    Change-Id: Idbc5a619a4793d8c477bfd88305cdb44ea844e13
    Reviewed-on: https://code.wireshark.org/review/19123
    Petri-Dish: Gerald Combs <ger...@wireshark.org>
    Tested-by: Petri Dish Buildbot <buildbot-no-re...@wireshark.org>
    Reviewed-by: Gerald Combs <ger...@wireshark.org>


==8280== Memcheck, a memory error detector
==8280== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==8280== Using Valgrind-3.11.0 and LibVEX; rerun with -h for copyright info
==8280== Command:
/home/wireshark/builders/wireshark-master-fuzz/clangcodeanalysis/install.plain/bin/tshark
-nr /fuzz/buildbot/clangcodeanalysis/valgrind-fuzz/fuzz-2016-12-07-3380.pcap
==8280== 
==8280== Invalid read of size 2
==8280==    at 0x69977A1: ib_addr_to_str (address_types.c:451)
==8280==    by 0x699FF6C: col_set_addr (column-utils.c:1913)
==8280==    by 0x699FE57: col_fill_in (column-utils.c:2180)
==8280==    by 0x416797: print_packet (tshark.c:3852)
==8280==    by 0x416389: process_packet (tshark.c:3492)
==8280==    by 0x4140D1: load_cap_file (tshark.c:3234)
==8280==    by 0x4140D1: main (tshark.c:1934)
==8280==  Address 0xffefff5f0 is on thread 1's stack
==8280==  2336 bytes below stack pointer
==8280== 
==8280== 
==8280== HEAP SUMMARY:
==8280==     in use at exit: 6,083,166 bytes in 9,742 blocks
==8280==   total heap usage: 293,197 allocs, 283,455 frees, 38,048,802 bytes
allocated
==8280== 
==8280== LEAK SUMMARY:
==8280==    definitely lost: 360 bytes in 87 blocks
==8280==    indirectly lost: 0 bytes in 0 blocks
==8280==      possibly lost: 0 bytes in 0 blocks
==8280==    still reachable: 6,082,806 bytes in 9,655 blocks
==8280==         suppressed: 0 bytes in 0 blocks
==8280== Rerun with --leak-check=full to see details of leaked memory
==8280== 
==8280== For counts of detected and suppressed errors, rerun with: -v
==8280== 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.
___________________________________________________________________________
Sent via:    Wireshark-bugs mailing list <wireshark-bugs@wireshark.org>
Archives:    https://www.wireshark.org/lists/wireshark-bugs
Unsubscribe: https://www.wireshark.org/mailman/options/wireshark-bugs
             mailto:wireshark-bugs-requ...@wireshark.org?subject=unsubscribe

Reply via email to