Skip to content

Commit

Permalink
Merge pull request #1 from yurivict/master
Browse files Browse the repository at this point in the history
Applied patch fixing vulnerability 57325ecf-facc-11e4-968f-b888e347c638
  • Loading branch information
ktgw0316 committed Jun 25, 2015
2 parents b3527e2 + db04b25 commit 222d9f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lightcrafts/coprocesses/dcraw/dcraw_lz.c
Original file line number Diff line number Diff line change
Expand Up @@ -840,7 +840,8 @@ struct jhead {

int CLASS ljpeg_start (struct jhead *jh, int info_only)
{
int c, tag, len;
int c, tag;
ushort len;
uchar data[0x10000];
const uchar *dp;

Expand Down

0 comments on commit 222d9f9

Please sign in to comment.