temporary workaround to stop the fuzz failures

Bug: 10635
Change-Id: I2132119710392e077f74c92e737e4edce4fcc295
Reviewed-on: https://code.wireshark.org/review/5011
Reviewed-by: Martin Kaiser <wireshark@kaiser.cx>
Tested-by: Martin Kaiser <wireshark@kaiser.cx>
This commit is contained in:
Martin Kaiser 2014-10-30 23:13:44 +01:00
parent 2e3147524e
commit 93d5bb38b2
1 changed files with 2 additions and 2 deletions

View File

@ -342,10 +342,10 @@ execute_next_instruction:
case SIGCOMP_INSTR_DECOMPRESSION_FAILURE:
if ( result_code == 0 )
result_code = 9;
proto_tree_add_text(udvm_tree, bytecode_tvb, 0, -1,
proto_tree_add_text(udvm_tree, NULL, 0, 0,
"Addr: %u ## DECOMPRESSION-FAILURE(0)",
current_address);
proto_tree_add_text(udvm_tree, bytecode_tvb, 0, -1,"Wireshark UDVM diagnostic: %s.",
proto_tree_add_text(udvm_tree, NULL, 0, 0,"Wireshark UDVM diagnostic: %s.",
val_to_str(result_code, result_code_vals,"Unknown (%u)"));
if ( output_address > 0 ){
/* At least something got decompressed, show it */