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.
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.