Bug 258009 - DoS vulnerablity. r=tor, sr=dveditz

This commit is contained in:
tor%cs.brown.edu 2004-09-21 18:23:09 +00:00
Родитель 553f248951
Коммит e435f06129
2 изменённых файлов: 8 добавлений и 0 удалений

Просмотреть файл

@ -4,6 +4,7 @@
Mozilla.org changes:
- 17 June 2004
Sync'd with 1.2.1 release
see bug #226733
- 17 June 2004
Add mozzconf.h
@ -16,3 +17,7 @@ Mozilla.org changes:
- 25 June 2004
define NO_vsnprintf for VMS in zutil.h
- 21 September 2004
applied patch for DoS vulnerabililty in inflate.c
see bug #258009

Просмотреть файл

@ -861,6 +861,9 @@ int flush;
}
}
/* handle error breaks in while */
if (state->mode == BAD) break;
/* build code tables */
state->next = state->codes;
state->lencode = (code const FAR *)(state->next);