bagder: curl-www/CVE-2009-0037 curl-7.11.0-CVE-2009-0037.patch, 1.1, 1.2 curl-7.15.1-CVE-2009-0037.patch, 1.1, 1.2 curl-7.16.4-CVE-2009-0037.patch, 1.1, 1.2 curl-7.18.1-CVE-2009-0037.patch, 1.1, 1.2 curl-7.19.0-CVE-2009-0037.patch, 1.1, 1.2
[email protected] Sat, 07 Mar 2009 23:38:21 +0000
| Newsgroups | gmane.comp.web.curl.www.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/curl/curl-www/CVE-2009-0037 In directory labb:/tmp/cvs-serv21349 Modified Files: curl-7.11.0-CVE-2009-0037.patch curl-7.15.1-CVE-2009-0037.patch curl-7.16.4-CVE-2009-0037.patch curl-7.18.1-CVE-2009-0037.patch curl-7.19.0-CVE-2009-0037.patch Log Message: PROT_EXTMASK should set all the 16 lower bits to work correctly Index: curl-7.15.1-CVE-2009-0037.patch =================================================================== RCS file: /cvsroot/curl/curl-www/CVE-2009-0037/curl-7.15.1-CVE-2009-0037.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- curl-7.15.1-CVE-2009-0037.patch 2 Mar 2009 23:06:26 -0000 1.1 +++ curl-7.15.1-CVE-2009-0037.patch 7 Mar 2009 23:38:19 -0000 1.2 @@ -184,7 +184,7 @@ + bitmask. We make sure we use "private bits" above the first 16 to make + things easier. */ + -+#define PROT_EXTMASK 0xfff ++#define PROT_EXTMASK 0xffff + +#define PROT_SSL (1<<22) /* protocol requires SSL */ +#define PROT_MISSING (1<<23) Index: curl-7.18.1-CVE-2009-0037.patch =================================================================== RCS file: /cvsroot/curl/curl-www/CVE-2009-0037/curl-7.18.1-CVE-2009-0037.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- curl-7.18.1-CVE-2009-0037.patch 2 Mar 2009 23:06:26 -0000 1.1 +++ curl-7.18.1-CVE-2009-0037.patch 7 Mar 2009 23:38:19 -0000 1.2 @@ -184,7 +184,7 @@ + bitmask. We make sure we use "private bits" above the first 16 to make + things easier. */ + -+#define PROT_EXTMASK 0xfff ++#define PROT_EXTMASK 0xffff + +#define PROT_SSL (1<<22) /* protocol requires SSL */ +#define PROT_MISSING (1<<23) Index: curl-7.16.4-CVE-2009-0037.patch =================================================================== RCS file: /cvsroot/curl/curl-www/CVE-2009-0037/curl-7.16.4-CVE-2009-0037.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- curl-7.16.4-CVE-2009-0037.patch 2 Mar 2009 23:06:26 -0000 1.1 +++ curl-7.16.4-CVE-2009-0037.patch 7 Mar 2009 23:38:19 -0000 1.2 @@ -179,7 +179,7 @@ + bitmask. We make sure we use "private bits" above the first 16 to make + things easier. */ + -+#define PROT_EXTMASK 0xfff ++#define PROT_EXTMASK 0xffff + +#define PROT_SSL (1<<22) /* protocol requires SSL */ +#define PROT_MISSING (1<<23) Index: curl-7.19.0-CVE-2009-0037.patch =================================================================== RCS file: /cvsroot/curl/curl-www/CVE-2009-0037/curl-7.19.0-CVE-2009-0037.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- curl-7.19.0-CVE-2009-0037.patch 2 Mar 2009 23:06:26 -0000 1.1 +++ curl-7.19.0-CVE-2009-0037.patch 7 Mar 2009 23:38:19 -0000 1.2 @@ -184,7 +184,7 @@ + bitmask. We make sure we use "private bits" above the first 16 to make + things easier. */ + -+#define PROT_EXTMASK 0xfff ++#define PROT_EXTMASK 0xffff + +#define PROT_SSL (1<<22) /* protocol requires SSL */ +#define PROT_MISSING (1<<23) Index: curl-7.11.0-CVE-2009-0037.patch =================================================================== RCS file: /cvsroot/curl/curl-www/CVE-2009-0037/curl-7.11.0-CVE-2009-0037.patch,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- curl-7.11.0-CVE-2009-0037.patch 2 Mar 2009 23:06:26 -0000 1.1 +++ curl-7.11.0-CVE-2009-0037.patch 7 Mar 2009 23:38:19 -0000 1.2 @@ -182,7 +182,7 @@ + bitmask. We make sure we use "private bits" above the first 16 to make + things easier. */ + -+#define PROT_EXTMASK 0xfff ++#define PROT_EXTMASK 0xffff + +#define PROT_SSL (1<<22) /* protocol requires SSL */ +#define PROT_MISSING (1<<23)