Details
-
Bug
-
Resolution: Fixed
-
Minor
-
None
-
3
-
9223372036854775807
Description
There are at least two places where ll_opcode2str() is passed an opcode from the wire. If that opcode is unknown the opcode_offset() will return (u32)-1 and one of the assertions in ll_opcode2str() will fail.