summaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/320-custom_iface_names.patch
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2014-09-13 20:56:13 +0000
committerHauke Mehrtens <hauke@hauke-m.de>2014-09-13 20:56:13 +0000
commit2c605ba1f1130d81aa6ff2d070244aa0d6ba386d (patch)
tree7edd487f644bd5a3324aec3ebf31759dd7eac326 /package/network/services/ppp/patches/320-custom_iface_names.patch
parenta8e1a031a805d21e40a1e3d20f0176061579720f (diff)
downloadmaster-31e0f0ae-2c605ba1f1130d81aa6ff2d070244aa0d6ba386d.tar.gz
master-31e0f0ae-2c605ba1f1130d81aa6ff2d070244aa0d6ba386d.tar.bz2
master-31e0f0ae-2c605ba1f1130d81aa6ff2d070244aa0d6ba386d.zip
ppp: update to version 2.4.7
This fixes: CVE-2014-3158 and some other bugs. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42525
Diffstat (limited to 'package/network/services/ppp/patches/320-custom_iface_names.patch')
-rw-r--r--package/network/services/ppp/patches/320-custom_iface_names.patch6
1 files changed, 3 insertions, 3 deletions
diff --git a/package/network/services/ppp/patches/320-custom_iface_names.patch b/package/network/services/ppp/patches/320-custom_iface_names.patch
index 1b6561098b..ccda0c6760 100644
--- a/package/network/services/ppp/patches/320-custom_iface_names.patch
+++ b/package/network/services/ppp/patches/320-custom_iface_names.patch
@@ -56,7 +56,7 @@ Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
/*
* Limits.
*/
-@@ -316,6 +320,7 @@ extern char *record_file; /* File to rec
+@@ -317,6 +321,7 @@ extern char *record_file; /* File to rec
extern bool sync_serial; /* Device is synchronous serial device */
extern int maxfail; /* Max # of unsuccessful connection attempts */
extern char linkname[MAXPATHLEN]; /* logical name for link */
@@ -77,7 +77,7 @@ Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
static int tty_disc = N_TTY; /* The TTY discipline */
static int ppp_disc = N_PPP; /* The PPP discpline */
static int initfdflags = -1; /* Initial file descriptor flags for fd */
-@@ -615,7 +619,8 @@ void generic_disestablish_ppp(int dev_fd
+@@ -620,7 +624,8 @@ void generic_disestablish_ppp(int dev_fd
*/
static int make_ppp_unit()
{
@@ -87,7 +87,7 @@ Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
if (ppp_dev_fd >= 0) {
dbglog("in make_ppp_unit, already had /dev/ppp open?");
-@@ -638,6 +643,30 @@ static int make_ppp_unit()
+@@ -643,6 +648,30 @@ static int make_ppp_unit()
}
if (x < 0)
error("Couldn't create new ppp unit: %m");