зеркало из https://github.com/mozilla/pjs.git
Bug 258009 - DoS vulnerablity. r=tor, sr=dveditz
This commit is contained in:
Родитель
553f248951
Коммит
e435f06129
|
@ -4,6 +4,7 @@
|
||||||
Mozilla.org changes:
|
Mozilla.org changes:
|
||||||
- 17 June 2004
|
- 17 June 2004
|
||||||
Sync'd with 1.2.1 release
|
Sync'd with 1.2.1 release
|
||||||
|
see bug #226733
|
||||||
|
|
||||||
- 17 June 2004
|
- 17 June 2004
|
||||||
Add mozzconf.h
|
Add mozzconf.h
|
||||||
|
@ -16,3 +17,7 @@ Mozilla.org changes:
|
||||||
|
|
||||||
- 25 June 2004
|
- 25 June 2004
|
||||||
define NO_vsnprintf for VMS in zutil.h
|
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 */
|
/* build code tables */
|
||||||
state->next = state->codes;
|
state->next = state->codes;
|
||||||
state->lencode = (code const FAR *)(state->next);
|
state->lencode = (code const FAR *)(state->next);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче