FreeBSD Bugzilla – Attachment 137510 Details for
Bug 183093
[libarchive] [patch] mtree generation issue with libarchive
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 464 bytes, created by
Anthony Donnelly
on 2013-10-19 03:20:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Anthony Donnelly
Created:
2013-10-19 03:20:00 UTC
Size:
464 bytes
patch
obsolete
>--- contrib/libarchive/libarchive/archive_write_set_format_mtree.c 2013-10-18 15:55:49.918078350 +0100 >+++ contrib/libarchive/libarchive/archive_write_set_format_mtree.c.new 2013-10-18 15:57:24.640074710 +0100 >@@ -1857,7 +1857,7 @@ > > /* Make a basename from dirname and slash */ > *slash = '\0'; >- file->parentdir.length = slash - dirname; >+ file->parentdir.length = slash - file->parentdir.s; > archive_strcpy(&(file->basename), slash + 1); > return (ret); > }
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 183093
: 137510