FreeBSD Bugzilla – Attachment 12912 Details for
Bug 24732
cmp can not compare files lager 2GB but smaller 4GB
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 616 bytes, created by
kazarov
on 2001-01-30 10:30:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
kazarov
Created:
2001-01-30 10:30:01 UTC
Size:
616 bytes
patch
obsolete
>*** regular.c.orig Tue Jan 30 12:36:35 2001 >--- regular.c Tue Jan 30 12:37:15 2001 >*************** c_regular(fd1, file1, skip1, len1, fd2, >*** 81,87 **** > off2 = ROUNDPAGE(skip2); > > length = MIN(len1, len2); >! if (length > SIZE_T_MAX) > return (c_special(fd1, file1, skip1, fd2, file2, skip2)); > > if ((p1 = (u_char *)mmap(NULL, (size_t)len1 + skip1 % pagesize, >--- 81,87 ---- > off2 = ROUNDPAGE(skip2); > > length = MIN(len1, len2); >! if (length > ( 1024*1024*1024 ) ) /* 1GB */ > return (c_special(fd1, file1, skip1, fd2, file2, skip2)); > > if ((p1 = (u_char *)mmap(NULL, (size_t)len1 + skip1 % pagesize,
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 24732
: 12912 |
12913