[request-sponsor] Bug 6715049 [Was Re: [osol-discuss] PANIC! mounting cdrom slice on b78]

2008-06-17 Thread Dan McDonald
On Tue, Jun 17, 2008 at 02:11:56AM -0700, J?rgen Keil wrote:
> > 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.


I'm sponsoring him, folks!  :)

Thanks,
Dan



[request-sponsor] Bug 6715049 [Was Re: [osol-discuss] PANIC! mounting cdrom slice on b78]

2008-06-17 Thread Jürgen Keil
> 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