⚲
Project
General
Profile
Sign in
Home
Projects
Help
Search
:
DragonFlyBSD
All Projects
DragonFlyBSD
Overview
Activity
Roadmap
Issues
Documents
Files
Repository
Download (480 Bytes)
Bug #506
ยป kern_jail.patch.txt
memmerto
, 01/06/2007 07:30 PM
--- kern_jail.c 29 Dec 2006 18:02:56 -0000 1.14
+++ kern_jail.c 31 Dec 2006 07:19:52 -0000
@@ -567,8 +567,10 @@
if (jsin->sin_family == AF_INET)
oip = inet_ntoa(jsin->sin_addr);
+#if INET6
else
oip = ip6_sprintf(&jsin6->sin6_addr);
+#endif
if ( (jlssize - jlsused) < (sizeof(oip) + 1)) {
error = ERANGE;
(1-1/1)
Loading...