mirror of
https://github.com/haraldk/TwelveMonkeys.git
synced 2025-10-04 19:34:48 -04:00
#393: Input size validation of ICC profiles
This commit is contained in:
@@ -65,7 +65,6 @@ final class KCMSSanitizerStrategy implements ICCProfileSanitizer {
|
||||
((array[index + 3] & 0xff) );
|
||||
}
|
||||
|
||||
|
||||
// TODO: Move to some common util
|
||||
static void intToBigEndian(final int value, final byte[] array, final int index) {
|
||||
array[index ] = (byte) (value >> 24);
|
||||
|
Reference in New Issue
Block a user