]> git.pld-linux.org Git - packages/coova-chilli.git/commitdiff
- fix potential buffer overflow
authorpawelz <pawelz@pld-linux.org>
Thu, 30 Sep 2010 10:34:21 +0000 (10:34 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    limits.patch -> 1.1

limits.patch [new file with mode: 0644]

diff --git a/limits.patch b/limits.patch
new file mode 100644 (file)
index 0000000..cba4cf3
--- /dev/null
@@ -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 */
This page took 0.033324 seconds and 4 git commands to generate.