projects
/
imagemagick
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9752d93
)
https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=18166
author
Cristy
<urban-warrior@imagemagick.org>
Sat, 12 Oct 2019 17:30:24 +0000
(13:30 -0400)
committer
Cristy
<urban-warrior@imagemagick.org>
Sat, 12 Oct 2019 17:30:42 +0000
(13:30 -0400)
coders/tiff.c
patch
|
blob
|
history
diff --git
a/coders/tiff.c
b/coders/tiff.c
index 93b438267516f4efe3faed280315cd6853e0a695..366abc853009ab678995a1b88ad17149f1784fe4 100644
(file)
--- a/
coders/tiff.c
+++ b/
coders/tiff.c
@@
-292,6
+292,7
@@
static MagickOffsetType TIFFTellCustomStream(void *user_data)
static void InitPSDInfo(const Image *image,PSDInfo *info)
{
+ (void) memset(info,0,sizeof(*info));
info->version=1;
info->columns=image->columns;
info->rows=image->rows;