FreeBSD Bugzilla – Attachment 83065 Details for
Bug 118723
[patch] od(1)/hexdump(1) truncates last partial repeat line
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 986 bytes, created by
Mark Adler
on 2007-12-15 18:20:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Mark Adler
Created:
2007-12-15 18:20:01 UTC
Size:
986 bytes
patch
obsolete
>*** display-122.c Tue Aug 3 19:47:32 2004 >--- display.c Sat Dec 15 09:51:26 2007 >*************** >*** 263,279 **** > errx(1, "cannot skip past end of input"); > if (need == blocksize) > return((u_char *)NULL); >- /* >- * XXX bcmp() is not quite right in the presence >- * of multibyte characters. >- */ >- if (vflag != ALL && >- valid_save && >- bcmp(curp, savp, nread) == 0) { >- if (vflag != DUP) >- (void)printf("*\n"); >- return((u_char *)NULL); >- } > bzero((char *)curp + nread, need); > eaddress = address + nread; > return(curp); >--- 263,268 ----
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 118723
: 83065