Skip to content

Commit

Permalink
Applied patch fixing vulnerability 57325ecf-facc-11e4-968f-b888e347c638
Browse files Browse the repository at this point in the history
  • Loading branch information
yurivict committed Jun 24, 2015
1 parent b3527e2 commit db04b25
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 db04b25

Please sign in to comment.