summaryrefslogtreecommitdiff
path: root/devel/libisofs/files/patch-libisofs_hfsplus__classes.c
diff options
context:
space:
mode:
Diffstat (limited to 'devel/libisofs/files/patch-libisofs_hfsplus__classes.c')
-rw-r--r--devel/libisofs/files/patch-libisofs_hfsplus__classes.c16
1 files changed, 16 insertions, 0 deletions
diff --git a/devel/libisofs/files/patch-libisofs_hfsplus__classes.c b/devel/libisofs/files/patch-libisofs_hfsplus__classes.c
new file mode 100644
index 000000000000..bc8beda1215d
--- /dev/null
+++ b/devel/libisofs/files/patch-libisofs_hfsplus__classes.c
@@ -0,0 +1,16 @@
+patch from https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=226318
+It will be included in the next release.
+
+--- libisofs/hfsplus_classes.c.orig 2018-03-08 18:48:59 UTC
++++ libisofs/hfsplus_classes.c
+@@ -422,6 +422,10 @@ static uint16_t class_page_data[] = {
+ 0x21, 0x230,
+ 0x22, 0x230,
+ 0x23, 0x230,
++ 0x00,
++
++ /* End of list */
++ 0x00
+ };
+
+ uint16_t *hfsplus_class_pages[256];