FreeBSD Bugzilla – Attachment 11006 Details for
Bug 21845
crash, while tring to send udp via half-binded socket from jail
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 565 bytes, created by
Unicorn
on 2000-10-09 00:10:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Unicorn
Created:
2000-10-09 00:10:01 UTC
Size:
565 bytes
patch
obsolete
>Index: in_pcb.c >=================================================================== >RCS file: /home/ncvs/src/sys/netinet/in_pcb.c,v >retrieving revision 1.67 >diff -r1.67 in_pcb.c >273c273,274 >< if (prison_ip(p, 0, &inp->inp_laddr.s_addr )) >--- >> if (prison_ip(p, 0, &inp->inp_laddr.s_addr )) { >> inp->inp_laddr.s_addr = INADDR_ANY; /* roll back */ >274a276 >> } >282c284,285 >< if (p && (error = suser_xxx(0, p, PRISON_ROOT))) >--- >> if (p && (error = suser_xxx(0, p, PRISON_ROOT))) { >> inp->inp_laddr.s_addr = INADDR_ANY; /* roll back */ >283a287 >> }
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 21845
: 11006