FreeBSD Bugzilla – Attachment 84113 Details for
Bug 120055
[linux] kdump(1) segfaults on freebsd6_mmap syscall
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
kdump_segfault.diff
kdump_segfault.diff (text/x-diff; charset=us-ascii), 402 bytes, created by
Jaakko Heinonen
on 2008-01-31 12:57:19 UTC
(
hide
)
Description:
kdump_segfault.diff
Filename:
MIME Type:
Creator:
Jaakko Heinonen
Created:
2008-01-31 12:57:19 UTC
Size:
402 bytes
patch
obsolete
>Index: kdump.c >=================================================================== >RCS file: /home/ncvs/src/usr.bin/kdump/kdump.c,v >retrieving revision 1.39 >diff -u -r1.39 kdump.c >--- kdump.c 7 Jan 2008 18:50:25 -0000 1.39 >+++ kdump.c 31 Jan 2008 12:46:35 -0000 >@@ -770,7 +770,7 @@ > narg--; > } > } >- while (narg) { >+ while (narg > 0) { > print_number(ip,narg,c); > } > (void)putchar(')');
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 120055
: 84113