3a142cd10c
jail(8) would try to use strcpy to remove the interface from the start of an IP address. This is undefined, and on arm64 will result in unexpected IPv6 addresses. Fix this by using memmove top move the string. PR: 245102 Reported by: sbruno MFC after: 2 weeks Sponsored by: Innovate UK |
||
---|---|---|
.. | ||
tests | ||
command.c | ||
config.c | ||
jail.8 | ||
jail.c | ||
jail.conf.5 | ||
jaillex.l | ||
jailp.h | ||
jailparse.y | ||
Makefile | ||
Makefile.depend | ||
state.c |