ppp: Fix seg fault when using pppol2tp
authorJohn Crispin <john@openwrt.org>
Fri, 3 Apr 2015 19:06:45 +0000 (19:06 +0000)
committerJohn Crispin <john@openwrt.org>
Fri, 3 Apr 2015 19:06:45 +0000 (19:06 +0000)
commit9ccfbb841c01b1d15270374a3ce07641267b730d
treeb04c9d6fdf3b02c9dca4eff09f162dc338f8a0ea
parent4ad0ad981741ac2fe424d5ec4a5d079f653da0b6
ppp: Fix seg fault when using pppol2tp

PPPD crashes (SEGV) when the dump or dryrun options are specified and an option
is internally defined as "o_special" with an option flag of "OPT_A2STRVAL".
As the option value is not saved when the parameter is processed, a reference
to the option will result into a crash (e.g. when printing).

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
SVN-Revision: 45263
package/network/services/ppp/patches/540-save-pppol2tp_fd_str.patch [new file with mode: 0644]