It should be replaced with strscpy, which differs in returned value in case of error. The current code doesn't check the returned value, so replacing strlcpy with strscpy in nf_conntrack_rtsp.c "just works", but it's as safe code as before.
Adrien
It should be replaced with strscpy, which differs in returned value in case of error. The current code doesn't check the returned value, so replacing strlcpy with strscpy in nf_conntrack_rtsp.c "just works", but it's as safe code as before.
Adrien