-
Notifications
You must be signed in to change notification settings - Fork 232
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
pppd crash #454
Comments
jkroonza
added a commit
to jkroonza/ppp
that referenced
this issue
Oct 14, 2023
Closes: ppp-project#454 Signed-off-by: Jaco Kroon <jaco@uls.co.za>
paulusmack
pushed a commit
that referenced
this issue
Oct 26, 2023
ppp_get_ifname() is the wrong thing to use in this slprintf call as it returns an int which is the length of the interface name, not a pointer to the interface name, which is what ppp_ifname() returns. Closes: #454 Signed-off-by: Jaco Kroon <jaco@uls.co.za>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
From frame 2 where I believe the actual problem comes from:
So ppp_get_ifname is probably cleaned up prior to radattr cleaning up and thus resulting in a crash. Although right now it feels like this is happening at startup.
The text was updated successfully, but these errors were encountered: