Huge thanks to our Platinum Members Endace and LiveAction,
and our Silver Member Veeam, for supporting the Wireshark Foundation and project.

Wireshark-bugs: [Wireshark-bugs] [Bug 9512] dtls: fix buffer overflow in mac check

Date: Fri, 13 Dec 2013 23:04:48 +0000

Comment # 16 on bug 9512 from
There is no strong reason why it is not using hex_str_to_bytes. I considered
using it, but then favored to use the from_hex function because it is simpler
and does not convert the hex string "123" to "12 03" (instead, it errors out).

Erroring out (in the debug log, not visually) is maybe too strict though.
Converting it to "12 03" is still not correct ("01 23" is), but perhaps this
kind of errors could be marked in the UI where keys can be inserted?


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