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 8927] New: patch: (packet-scsi-osd.c) fix partitions being

Date: Fri, 12 Jul 2013 23:15:07 +0000
Bug ID 8927
Summary patch: (packet-scsi-osd.c) fix partitions being inadvertently set as removed
Classification Unclassified
Product Wireshark
Version SVN
Hardware All
OS All
Status UNCONFIRMED
Severity Minor
Priority Low
Component Dissection engine (libwireshark)
Assignee [email protected]
Reporter [email protected]

Build Information:

--
In dissect_osd_get_attributes and dissect_osd_set_attributes there were calls
to dissect_osd_partition_id with the last parameter (is_removed) set to TRUE
instead of FALSE. That caused dissect_osd_partition_id reporting the partitions
as "removed". 

The only service action where is_removed must be TRUE is
dissect_osd_remove_partition.


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