> I filed a bug at http://bugs.opensolaris.org/;  Bug-ID is not yet known.

Bug-ID is 6715049, and putting back the fix below now needs a sponsor.

My contributor agreement # is OS0003.

> Fix is obvious:
> 
> diff --git a/usr/src/uts/common/fs/hsfs/hsfs_vfsops.c 
> b/usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
> --- a/usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
> +++ b/usr/src/uts/common/fs/hsfs/hsfs_vfsops.c
> @@ -596,8 +596,8 @@ hs_mountfs(
>       size_t          pathbufsz = strlen(path) + 1;
>       int             redo_rootvp;
>  
> -     struct hs_volume *svp;          /* Supplemental VD for ISO-9660:1999 */
> -     struct hs_volume *jvp;          /* Joliet VD */
> +     struct hs_volume *svp = NULL;   /* Supplemental VD for ISO-9660:1999 */
> +     struct hs_volume *jvp = NULL;   /* Joliet VD */
>  
>       /*
>        * The rules for which extension will be used are:
>
 
 
This message posted from opensolaris.org

Reply via email to