FreeBSD Bugzilla – Attachment 21272 Details for
Bug 37304
Denial of service through bad NFS packet
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 378 bytes, created by
Frank DENIS
on 2002-04-21 09:20:02 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Frank DENIS
Created:
2002-04-21 09:20:02 UTC
Size:
378 bytes
patch
obsolete
>--- sys/nfs/nfs_syscalls.c.orig Sun Apr 21 10:08:01 2002 >+++ sys/nfs/nfs_syscalls.c Sun Apr 21 10:08:47 2002 >@@ -622,8 +622,8 @@ > m = m->m_next; > } > if (siz <= 0 || siz > NFS_MAXPACKET) { >- printf("mbuf siz=%d\n",siz); >- panic("Bad nfs svc reply"); >+ printf("mbuf siz=%d - bad client options\n",siz); >+ break; > } > m = mreq; > m->m_pkthdr.len = siz;
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 37304
: 21272