R VIDYA LAKSHMI wrote:
> Hi
>
> We are Deepthi Devaki A R (SCA No OS0172) and R Vidya Lakshmi(SCA No OS0171) 
> from Amrita University. 
>
> Weare interested to work on the bug id 6601295.
>
> Bug ID   6601295
> Synopsis sharemgr's sa_addshare passes NULL pointer to %s format
> Category:Subcategory utility:filesystem
>
> Thanks and regards
> Deepthi Devaki A R
> R Vidya Lakshmi
>  
>  
> This message posted from opensolaris.org
> _______________________________________________
> request-sponsor mailing list
> request-sponsor at opensolaris.org
>   


I'll sponsor it.

Note that the code base has changed considerably since this bug was 
reported.

You will need to look in commands.c for occurrences of:

                if (share == NULL) {
                        (void) printf(gettext(
                            "Share does not exist in group %s\n"),
                            groupname, sharepath);
                        ret = SA_NO_SUCH_PATH;
                }

There are 4.

Reply via email to