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 7020] Review use of proto_tree_add_text in packet-eap.c

Date: Tue, 3 Apr 2012 18:19:48 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7020

Nick Lowe <nick.lowe@xxxxxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
   Attachment #8147|                            |review_for_checkin?
              Flags|                            |

--- Comment #7 from Nick Lowe <nick.lowe@xxxxxxxxx> 2012-04-03 18:19:47 PDT ---
Created attachment 8147
  --> https://bugs.wireshark.org/bugzilla/attachment.cgi?id=8147
Convert EAP-IDENTITY, EAP-NOTIFY and EAP-MD5 to use proto_tree_add_item().

Second patch covering the identity, notify and MD5 EAP types.
Also disambiguated the EAP-TLS length name and tidied.

eapid, eapnotify, eapmd5.value_size and eapmd5.value are new.

I am looking at the LEAP EAP type now, is there a security/crash issue with it
blindly passing the count to tvb_bytes_to_str() having previously just read
it in without any sanity checks?

(Minor change from obsoleted patch -> eapid to eapid.identity and eapnotify to
eapnotify.notification)

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