-
-
Notifications
You must be signed in to change notification settings - Fork 65
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
Null pointer dereference #186
Comments
Interesting, you're triggering the replacement function. What libc are you building against? |
(Obviously I'll get on it to fix the |
Well, I'm using Ubuntu 22.04 and just wrongly included |
Aha, well that should be automatically detected by the configure script. If you're doing some sort of hybrid build, you don't need it on GLIBC. Also, please remember the GNU license restrictions and implications if you're incorporating parts/whole of SMCRoute in another application. |
We don't incorporate any parts of SMCRoute in our apps. I just wanted to add cmake support :) |
OK, got it! Then FYI, all the stuff in |
I've encountered a problem when using reload config command from
smcroutectl
. Stacktrace shows that thisif
statement:smcroute/src/pidfile.c
Lines 77 to 78 in cf5cc48
becomes
true
andNULL
passes toutimensat
function with following dereference:smcroute/lib/utimensat.c
Line 36 in cf5cc48
The text was updated successfully, but these errors were encountered: