pkgsrc/www/lynx/patches/patch-bc
drochner 1b3bff2d7b add a patch from OpenBSD / Debian which fixes Lynx going into an
infinite loop on certain invalid HTML (CVE-2004-1617)
bump PKGREVISION
2006-05-29 16:58:18 +00:00

13 lines
333 B
Text

$NetBSD: patch-bc,v 1.1 2006/05/29 16:58:18 drochner Exp $
--- src/HTForms.h.orig 2003-06-02 03:16:28.000000000 +0200
+++ src/HTForms.h
@@ -40,7 +40,7 @@ typedef struct _InputFieldData {
CONST char *md;
CONST char *min;
CONST char *name;
- CONST char *size;
+ int size;
CONST char *src;
CONST char *type;
char *value;