diff options
| author | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
|---|---|---|
| committer | cvs2svn <cvs2svn@FreeBSD.org> | 2000-06-18 10:00:08 +0000 |
| commit | e497906508084a5501f27a53a8ec0f23aa446e5b (patch) | |
| tree | 152d32d807e92b14ac8ade604a4d650b637b1e93 /sysutils/mkisofs-devel/files/patch-bb | |
| parent | A new index, with 3,403 ports, which is a nice number, being 41 times (diff) | |
This commit was manufactured by cvs2svn to create tag 'RELEASE_3_5_0'.release/3.5.0
Diffstat (limited to 'sysutils/mkisofs-devel/files/patch-bb')
| -rw-r--r-- | sysutils/mkisofs-devel/files/patch-bb | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/sysutils/mkisofs-devel/files/patch-bb b/sysutils/mkisofs-devel/files/patch-bb deleted file mode 100644 index b37ea2f81308..000000000000 --- a/sysutils/mkisofs-devel/files/patch-bb +++ /dev/null @@ -1,13 +0,0 @@ ---- mkisofs/tree.c.orig Thu Apr 27 11:44:57 2000 -+++ mkisofs/tree.c Sat Apr 29 11:34:23 2000 -@@ -538,8 +538,8 @@ - table->de_flags |= INHIBIT_JOLIET_ENTRY; - /* table->name = strdup("<translation table>");*/ - table->name = strdup(trans_tbl); -- table->table = (char *) e_malloc(ISO_ROUND_UP(tablesize)); -- memset(table->table, 0, ISO_ROUND_UP(tablesize)); -+ table->table = (char *) e_malloc(ISO_ROUND_UP(tablesize+1)); -+ memset(table->table, 0, ISO_ROUND_UP(tablesize+1)); - iso9660_file_length(trans_tbl, table, 0); - - if (use_RockRidge) { |
