ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 5754] Buildbot crash output: fuzz-2011-03-15-11832.pcap

Date: Wed, 16 Mar 2011 18:34:04 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=5754

--- Comment #4 from Bill Meier <wmeier@xxxxxxxxxxx> 2011-03-16 21:34:03 EDT ---
Although I don't know the code, a quick look suggests that if last_ava isn't
properly initialized in the following then ava_hf_index won't be properly
initialized either.

    if((fmt = val_to_str(ava_hf_index, fmt_vals, "")) && *fmt) {
      /* we have a format */

    if(!(name = oid_resolved_from_string(object_identifier_id)))
      name = object_identifier_id;
    g_snprintf(last_ava, MAX_AVA_STR_LEN, "%s %s %s", name, fmt, value);


What do you think ?

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.