Fix CR3 decoding crash

Fix buffer size.

Closes #6450.
This commit is contained in:
Lawrence Lee 2022-03-28 21:34:29 -07:00
parent c45a6105f7
commit 59a36d8f8a
No known key found for this signature in database
GPG Key ID: 048FF2B76A63895F

View File

@ -306,7 +306,7 @@ int DCraw::parseCR3(
unsigned long long lHdr;
char UIID[16];
uchar CMP1[36];
uchar CMP1[85];
char HandlerType[5];
char MediaFormatID[5];
// unsigned int ImageWidth, ImageHeight;