Konstantin Sharlaimov
06c7af563d
[PPP]: Fix output buffer size in ppp_decompress_frame().
...
This patch addresses the issue with "osize too small" errors in mppe
encryption. The patch fixes the issue with wrong output buffer size
being passed to ppp decompression routine.
--------------------
As pointed out by Suresh Mahalingam, the issue addressed by
ppp-fix-osize-too-small-errors-when-decoding patch is not fully resolved yet.
The size of allocated output buffer is correct, however it size passed to
ppp->rcomp->decompress in ppp_generic.c if wrong. The patch fixes that.
--------------------
Signed-off-by: Konstantin Sharlaimov <konstantin.sharlaimov@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2007-08-21 20:59:35 -07:00
..
2007-05-24 16:36:51 -07:00
2007-07-20 09:39:56 +01:00
2007-08-07 17:18:32 -04:00
2007-08-13 22:52:14 -07:00
2007-06-03 11:44:20 -04:00
2007-07-31 14:00:29 -07:00
2007-08-14 01:54:47 -04:00
2007-08-07 17:34:13 -04:00
2007-07-08 22:16:40 -04:00
2007-07-08 22:16:40 -04:00
2007-07-31 15:39:40 -07:00
2007-05-17 20:43:15 -04:00
2007-08-13 22:52:12 -07:00
2007-07-31 14:00:29 -07:00
2007-07-10 22:08:12 -07:00
2007-08-13 08:47:44 -07:00
2007-08-14 01:27:10 -04:00
2007-07-31 14:00:29 -07:00
2007-07-30 15:58:54 -04:00
2007-08-07 17:34:13 -04:00
2007-07-31 15:39:42 -07:00
2007-07-17 16:23:19 -04:00
2007-07-31 15:39:38 -07:00
2007-07-30 15:44:50 -04:00
2007-08-13 22:52:11 -07:00
2007-08-06 15:06:03 -04:00
2007-08-14 01:38:37 -04:00
2007-07-10 22:08:12 -07:00
2007-07-10 22:08:12 -07:00
2007-07-31 14:00:29 -07:00
2007-07-31 14:00:29 -07:00
2007-07-10 12:41:08 -04:00
2007-07-24 16:28:42 -04:00
2007-07-10 22:08:12 -07:00
2007-07-24 16:28:41 -04:00
2007-06-03 11:44:20 -04:00
2007-06-03 11:44:20 -04:00
2007-06-01 08:18:27 -07:00
2007-07-10 22:08:12 -07:00
2007-07-10 22:08:12 -07:00
2007-08-14 01:34:53 -04:00
2007-07-31 14:00:29 -07:00
2007-07-08 22:16:40 -04:00
2007-07-25 14:09:54 +08:00
2007-07-18 18:38:25 -04:00
2007-08-03 20:57:25 -07:00
2007-07-18 01:46:46 -07:00
2007-07-19 10:04:50 -07:00
2007-07-11 16:02:11 -07:00
2007-05-21 19:41:19 -04:00
2007-07-24 16:28:41 -04:00
2007-07-12 13:40:57 -07:00
2007-07-11 16:02:10 -07:00
2007-07-12 12:11:48 +08:00
2007-07-11 19:45:36 -07:00
2007-07-31 14:00:29 -07:00
2007-07-17 16:17:59 -04:00
2007-07-10 22:08:12 -07:00
2007-07-10 22:08:12 -07:00
2007-07-30 10:52:09 -07:00
2007-08-18 09:58:51 -07:00
2007-07-30 15:48:16 -04:00
2007-07-30 15:48:16 -04:00
2007-07-18 18:29:37 -04:00
2007-07-08 22:16:38 -04:00
2007-07-10 22:08:12 -07:00
2007-06-01 08:18:30 -07:00
2007-08-07 17:36:20 -04:00
2007-08-07 17:34:13 -04:00
2007-07-11 19:45:36 -07:00
2007-07-10 12:29:24 -04:00
2007-07-19 10:04:50 -07:00
2007-08-18 09:52:50 -07:00
2007-07-19 10:04:50 -07:00
2007-07-08 22:16:45 -04:00
2007-07-26 11:35:17 -07:00
2007-07-30 15:47:20 -04:00
2007-07-08 22:16:45 -04:00
2007-07-31 02:28:14 -07:00
2007-07-20 08:24:49 -07:00
2007-07-16 18:28:04 -04:00
2007-07-16 18:28:04 -04:00
2007-07-10 12:41:18 -04:00
2007-07-14 18:55:06 -07:00
2007-07-29 17:37:45 -07:00
2007-05-24 17:20:49 -04:00
2007-06-20 22:27:10 +01:00
2007-08-14 01:36:39 -04:00
2007-07-31 14:00:29 -07:00
2007-07-10 22:08:12 -07:00
2007-07-10 22:08:12 -07:00
2007-07-18 18:29:38 -04:00
2007-07-18 18:29:37 -04:00
2007-07-08 22:16:45 -04:00
2007-05-15 17:44:39 -04:00
2007-07-10 22:08:12 -07:00
2007-07-31 14:00:29 -07:00
2007-07-19 10:04:50 -07:00
2007-07-19 10:04:50 -07:00
2007-08-21 20:59:35 -07:00
2007-07-19 10:04:50 -07:00
2007-07-19 10:04:50 -07:00
2007-07-31 13:47:57 -07:00
2007-07-26 11:11:57 -07:00
2007-07-31 02:28:22 -07:00
2007-07-24 16:28:41 -04:00
2007-07-24 16:28:41 -04:00
2007-07-31 14:00:29 -07:00
2007-08-07 17:28:23 -04:00
2007-07-10 12:24:42 -04:00
2007-07-30 15:56:04 -04:00
2007-08-03 15:10:44 -07:00
2007-07-30 15:56:04 -04:00
2007-07-18 18:29:38 -04:00
2007-07-06 10:23:43 -07:00
2007-07-31 14:00:29 -07:00
2007-07-10 22:08:12 -07:00
2007-07-19 10:04:50 -07:00
2007-08-07 17:18:32 -04:00
2007-07-10 12:24:42 -04:00
2007-07-31 14:00:29 -07:00
2007-08-21 11:22:17 -07:00
2007-07-10 12:22:28 -04:00
2007-08-07 17:18:31 -04:00
2007-05-15 17:44:39 -04:00
2007-07-08 22:16:46 -04:00
2007-07-16 15:02:47 +02:00
2007-06-20 19:09:33 -04:00
2007-07-10 12:22:30 -04:00
2007-07-08 22:16:45 -04:00
2007-07-12 13:40:57 -07:00
2007-07-10 22:08:12 -07:00
2007-07-10 22:08:12 -07:00
2007-07-10 22:08:12 -07:00
2007-07-31 14:00:29 -07:00
2007-07-11 16:02:10 -07:00
2007-07-30 18:23:39 -07:00
2007-07-10 22:08:12 -07:00
2007-07-31 14:00:29 -07:00
2007-07-20 17:14:30 -07:00
2007-07-31 14:00:29 -07:00
2007-08-03 20:56:54 -07:00
2007-07-18 21:49:10 -07:00
2007-07-11 16:02:10 -07:00
2007-07-10 22:16:42 -07:00
2007-07-12 13:40:57 -07:00
2007-08-03 16:08:15 +08:00
2007-08-03 16:07:58 +08:00
2007-05-15 17:44:40 -04:00
2007-07-24 16:28:38 -04:00
2007-07-24 16:28:38 -04:00
2007-08-14 01:27:10 -04:00
2007-07-31 15:39:40 -07:00
2007-08-14 01:51:09 -04:00
2007-07-10 22:08:12 -07:00