packages: coovachilli/coovachilli-limits.patch (NEW) - fix potential buffer...

pawelz pawelz at pld-linux.org
Thu Sep 30 12:34:26 CEST 2010


Author: pawelz                       Date: Thu Sep 30 10:34:26 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix potential buffer overflow

---- Files affected:
packages/coovachilli:
   coovachilli-limits.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/coovachilli/coovachilli-limits.patch
diff -u /dev/null packages/coovachilli/coovachilli-limits.patch:1.1
--- /dev/null	Thu Sep 30 12:34:26 2010
+++ packages/coovachilli/coovachilli-limits.patch	Thu Sep 30 12:34:21 2010
@@ -0,0 +1,11 @@
+--- coova-chilli-1.2.4/src/chilli_limits.h~	2010-08-24 13:29:08.000000000 +0200
++++ coova-chilli-1.2.4/src/chilli_limits.h	2010-09-30 12:21:20.000000000 +0200
+@@ -75,7 +75,7 @@
+ #define MACSTRLEN                         17
+ #define MS2SUCCSIZE                       40 /* MS-CHAPv2 authenticator response as ASCII */
+ #define DATA_LEN                        1500 /* Max we allow */
+-#define USERNAMESIZE                     256 /* Max length of username */
++#define USERNAMESIZE                     255 /* Max length of username */
+ #define CHALLENGESIZE                     24 /* From chap.h MAX_CHALLENGE_LENGTH */
+ #define USERURLSIZE                      256 /* Max length of URL requested by user */
+ 
================================================================


More information about the pld-cvs-commit mailing list