Loading fs/jffs2/compr_rtime.c +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ static int jffs2_rtime_decompress(unsigned char *data_in, positions[value]=outpos; if (repeat) { if ((outpos + repeat) >= destlen) { if ((outpos + repeat) > destlen) { return 1; } if (backoffs + repeat >= outpos) { Loading Loading
fs/jffs2/compr_rtime.c +1 −1 Original line number Diff line number Diff line Loading @@ -95,7 +95,7 @@ static int jffs2_rtime_decompress(unsigned char *data_in, positions[value]=outpos; if (repeat) { if ((outpos + repeat) >= destlen) { if ((outpos + repeat) > destlen) { return 1; } if (backoffs + repeat >= outpos) { Loading