aboutsummaryrefslogtreecommitdiffstats
path: root/package/network/services/ppp/patches/540-save-pppol2tp_fd_str.patch
Commit message (Collapse)AuthorAgeFilesLines
* ppp: Remove already applied patchHauke Mehrtens2021-01-011-13/+0
| | | | | | | This patch was already applied upstream and not needed here. Fixes: 06403981e1f2 ("ppp: update to version 2.4.7.git-2019-05-06") Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
* ppp: update to version 2.4.7.git-2019-05-06Hans Dedecker2019-05-131-3/+3
| | | | | | | fcb076c Various fixes for errors found by coverity static analysis (#109) d98ab38 Merge branch 'pppd_print_changes' of https://github.com/nlhintz/ppp into nlhintz-pppd_print_changes Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
* ppp: Fix seg fault when using pppol2tpJohn Crispin2015-04-031-0/+13
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