From 444689d16380dae4ea2c1e5a9e9bd39e77c0073c Mon Sep 17 00:00:00 2001 From: Vreixo Formoso Date: Thu, 7 Feb 2008 19:10:45 +0100 Subject: [PATCH] Fix severe bug related with hidden el-torito catalog. --- libisofs/fs_image.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libisofs/fs_image.c b/libisofs/fs_image.c index bb4df17..415f838 100644 --- a/libisofs/fs_image.c +++ b/libisofs/fs_image.c @@ -2350,6 +2350,7 @@ int iso_image_import(IsoImage *image, IsoDataSource *src, ret = ISO_OUT_OF_MEM; goto import_revert; } + node->type = LIBISO_BOOT; node->mode = S_IFREG; node->refcount = 1; image->bootcat->node = (IsoBoot*)node;