Add error output in case of invalid compression ID
This commit is contained in:
parent
6c9fa46136
commit
5bc6952049
@ -1066,8 +1066,12 @@ ReaderImplBase::ReadCompressedBuffer(const SectionInfo& section)
|
|||||||
}
|
}
|
||||||
|
|
||||||
default:
|
default:
|
||||||
|
{
|
||||||
|
fErrorOutput->PrintError("Error: Invalid compression type: %u\n",
|
||||||
|
section.compression);
|
||||||
return B_BAD_DATA;
|
return B_BAD_DATA;
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user