FreeBSD Bugzilla – Attachment 7798 Details for
Bug 16697
Fix a problem in port sysutils/mkisofs
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 786 bytes, created by
Udo Schweigert
on 2000-02-13 11:50:01 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Udo Schweigert
Created:
2000-02-13 11:50:01 UTC
Size:
786 bytes
patch
obsolete
>diff -ruN mkisofs.orig/patches/patch-bb mkisofs/patches/patch-bb >--- mkisofs.orig/patches/patch-bb Thu Jan 1 01:00:00 1970 >+++ mkisofs/patches/patch-bb Sun Feb 13 12:29:07 2000 >@@ -0,0 +1,13 @@ >+--- mkisofs/tree.c.orig Mon Jan 10 23:17:25 2000 >++++ mkisofs/tree.c Sun Feb 13 12:27:28 2000 >+@@ -446,8 +446,8 @@ >+ table->de_flags |= INHIBIT_JOLIET_ENTRY; >+ /* table->name = strdup("<translation table>");*/ >+ table->name = strdup(trans_tbl); >+- table->table = (char *) e_malloc(ROUND_UP(tablesize)); >+- memset(table->table, 0, ROUND_UP(tablesize)); >++ table->table = (char *) e_malloc(ROUND_UP(tablesize+1)); >++ memset(table->table, 0, ROUND_UP(tablesize+1)); >+ iso9660_file_length (trans_tbl, table, 0); >+ >+ if(use_RockRidge)
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 16697
: 7798