[request-sponsor] patch for bug 6604652

2008-01-09 Thread ashwin
BugId: 6604652
Link to the bug: http://bugs.opensolaris.org/view_bug.do?bug_id=6604652
Synopsis: sharemgr prints incorrect error message when sharing a
remote filesystem
Category/Subcategory: Utility/filesystem
Changes to be made in the file usr/src/lib/libshare/nfs/libshare_nfs.c
I have attached the diff

Me and Rajath shanbag request a sponsor for the bug
SCA Numbers:
Ashwin Bhat - OS0144
Rajath SHanbag - OS0177

Description:

The "non-global zone" error message was incorrect. The correct one
should be something like "Cannot share remote filesystem: /mnt".

this is  because of the wrong statement in the function nfs_enable_share():

case EREMOTE:
(void) printf(dgettext(TEXT_DOMAIN,
"NFS: Cannot share filesystems "
"in non-global zones: %s\n"), path);
   err = SA_NOT_SUPPORTED;
    break;


Thanks

Regards
Ashwin Bhat K S
Rajath Shanbag
-- next part --
A non-text attachment was scrubbed...
Name: diff_6604652
Type: application/octet-stream
Size: 392 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080109/4bc6a40e/attachment.obj>


[request-sponsor] withdrawing Bugs : 6598915 , 6298948

2008-01-07 Thread ashwin
We ( me and Rajath ) would like to withdraw the request for the following bugs
6598915 , 6298948

Sorry for the inconvenience caused.


-- 
Regards
Ashwin Bhat K S  (OS0144)
Rajath Shanbag(OS0177)



[request-sponsor] patch for Bug 6627292

2008-01-04 Thread ashwin
HI

I have the patch for bug id 6627292. Requesting sponsor for the same.
My SCA Number is OS0144
Synopsis : *cron* confused about username lengths
Category:Subcategory : utility:scheduling
change to be made in file :- onnv/onnv-gate/usr/src/cmd/cron/cron.h
link to the bug - http://bugs.opensolaris.org/view_bug.do?bug_id=6627292

description:-
The target for username length is 32 because that is the maximum that
can be store
in the utmpx ut_user field. So we need to change the UNAMESIZE macro
size from 20 to 32 in the file


Have attached the diff

Thank you

--
Regards
Ashwin Bhat
-- next part --
A non-text attachment was scrubbed...
Name: crondiff
Type: application/octet-stream
Size: 382 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080104/6181fdc6/attachment.obj>


[request-sponsor] patch for bug 6551524

2008-01-03 Thread ashwin
HI

I have the patch for bug id 6551524 Requesting sponsor for the same.
My SCA Number is OS0144
Synopsis : su truncates LOGNAME for long usernames.
Category:Subcategory: utility:security
change to be made in file - onnv/onnv-gate/usr/src/cmd/su/su.c
link to the bug - http://bugs.opensolaris.org/view_bug.do?bug_id=6551524

description
su does not set LOGNAME environment variable correctly for usernames
longer than 10 characters.
So the size of array logname is changed from 20 to 30
Have attached the diff.

Thank you

-- 
Regards
Ashwin Bhat
-- next part --
A non-text attachment was scrubbed...
Name: 6551524_diff
Type: application/octet-stream
Size: 377 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080103/9982becb/attachment.obj>


[request-sponsor] patch for 6586072

2008-01-03 Thread ashwin
HI

I have the patch for bug id 6586072. Requesting sponsor for the same.
My SCA Number is OS0144
Synopsis :- uu_warn_internal should be more precise in its newline detection
Category:Subcategory :- library:libuutil
change to be made in file -
onnv/onnv-gate/usr/src/lib/libuutil/common/uu_pname.c
link to the bug -
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6586072

description
uu_warn_internal, used by the various forms of uu_warn and uu_die,
  checks to see if it should append the error text in the following
  manner:

 96 if (strrchr(format, '\n') == NULL)
 97 (void) fprintf(stderr, ERRNO_FMT, strerror(err));

  This, unfortunately, will cause the error text to be suppressed if
  text follows the last newline in the supplied message.  We should
  instead check that the newline is at the end of the string.


Have attached the diff and the modified file uu_pname.c

Thank you

-- 
Regards
Ashwin Bhat
-- next part --
A non-text attachment was scrubbed...
Name: 6586072_diff
Type: application/octet-stream
Size: 592 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080103/5a58dc9f/attachment.obj>
-- next part --
A non-text attachment was scrubbed...
Name: uu_pname.c
Type: application/octet-stream
Size: 4161 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080103/5a58dc9f/attachment-0001.obj>


[request-sponsor] patch for Bug 6613302

2008-01-02 Thread ashwin
Hi all,

Here is the patch for the bug 6613302
Link to the bug is  http://bugs.opensolaris.org/view_bug.do?bug_id=6613302
Synopsis:svcadm uses emsg_nomem before it's defined
Category : utility:smf

Description:
emsg_nomem is used before it is defined (v 1.18 of svcadm.c)

  2124  scratch_fmri = malloc(max_scf_fmri_sz);
  2125  if (scratch_fmri == NULL)
  2126  uu_die(emsg_nomem);
...
  2146  emsg_nomem = gettext("Out of memory.\n");

if the test on line 2125 fail, the user will get a segmentation fault
instead of the proper error message.

Action to be taken : define emsg_nomem before uu_die uses it.


Changes to be made in the file: onnv/onnv-gate/usr/src/cmd/svc/svcadm/svcadm.c
My SCA Number is OS0144
Have attached the diff
I request a sponsor for integrating this patch
Thank you all


-- 
Regards
Ashwin Bhat
-- next part --
A non-text attachment was scrubbed...
Name: diff
Type: application/octet-stream
Size: 607 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20080102/0cb08238/attachment.obj>


[request-sponsor] Bug id 6607664

2007-12-30 Thread ashwin
Hello everybody

I have attached the diff for the bug 6607664
Synopsis : ls -lh does not print "total" in human readable format
Category:Subcategory:utility:file
Description:ls -lh scales all sizes to human readable format, except
for the total count of blocks when listing the files in a directory.
Expected Result
   total 1.6M
-rw---  1 pwo it 163K Mar  5  2005 somefile
 more files listed 
Actual Result
   total 3216
-rw---  1 pwo it 163K Mar  5  2005 somefile
 more files listed 

-

My SCA number is OS0144
Changes to be done in file -  usr/src/cmd/ls/ls.c

Thank you

-- 
Regards
Ashwin
-- next part --
A non-text attachment was scrubbed...
Name: diff
Type: application/octet-stream
Size: 515 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071230/39d998f8/attachment.obj>


[request-sponsor] [request sponsor[ BugID:4804022

2007-12-29 Thread ashwin
Hello everyone

I have fixed the following bug.Requesting for a sponsor for the same
for integrating the patch.
SCA Number: OS0144

url of the bug: http://bugs.opensolaris.org/view_bug.do?bug_id=4804022

Changes to be made in the file:
onnv-gate/usr/src/ucbcmd/sed/sed0.c

BUGID : 4804022
Synopsis : sed has an off-by-one error in its label length check
Category:Subcategory utility:text
Description : sed will complain that eight character labels are too long:

Output before the fix :
 $ < /dev/null sed ":12345678"
Label too long: :12345678.

Output after the fix:
$ < /dev/null sed ":12345678"
---

Now sed allows the label size to be eight characters long

Have attached the diff.
Wish you all a Happy and prosperous new year !.
Thank You in advance.

Regards
Ashwin
-- next part --
A non-text attachment was scrubbed...
Name: diff
Type: application/octet-stream
Size: 460 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071229/7b224d60/attachment.obj>


[request-sponsor] Bug-id 6586072

2007-12-19 Thread ashwin
Hi everybody,

I would like to work on the oss-bite-size bug 6586072
My SCA number OS0144
Synopsis : uu_warn_internal should be more precise in its newline detection
Category:library:libuutil

Description :
uu_warn_internal, used by the various forms of uu_warn and uu_die,
  checks to see if it should append the error text in the following
  manner:

 if (strrchr(format, '\n') == NULL)
(void) fprintf(stderr, ERRNO_FMT, strerror(err));

  This, unfortunately, will cause the error text to be suppressed if
  text follows the last newline in the supplied message.  We should
  instead check that the newline is at the end of the string.
-- 
Regards
Ashwin Bhat K S



[request-sponsor] Bug-id 6591323

2007-12-17 Thread ashwin
I would like to work on bug - 6591323
Requesting sponsor for the same
My SCA Number is OS0144

Description :-
Makefile does not respect ONBLD_TOOLS path when referencing the tokenize utility

-- 
Regards
Ashwin Bhat K S
National Institute of Technology Karnataka



[request-sponsor] Bugid - 6620534

2007-12-17 Thread ashwin
I would like to work on Bug 6620534
My contributer id is OS0144
Requesting sponsor for the same

Description: dladm should print usage for unrecognized subcommand options



Thanks in advance

Regards
Ashwin Bhat K S
National Institute of Technology Karnataka Surathkal



[request-sponsor] Bugid - 4968927

2007-12-16 Thread ashwin
Oh Yes Ceri. Wat you said is right :)



> These should arguably both be changed to something like
> "Permission denied" if they can be safely changed as neither
> "not super-user" nor "not owner" are necessarily going to be correct.
>

-- 
Regards
Ashwin



[request-sponsor] Bugid - 4968927

2007-12-16 Thread ashwin
Hi all

My SCA # is OS0144
I would like to request a  sponsor for Bug Id 4968927

the comment for EPERM error should match in the following two files
/onnv/onnv-gate/usr/src/uts/common/sys/errno.h and
/onnv/onnv-gate/usr/src/lib/libc/port/gen/errlist


Changing both the comments for EPERM to "Not owner" sounds more
appropriate than "Not super-user"


Changes to be made to file  /onnv/onnv-gate/usr/src/uts/common/sys/errno.h

diff is :-

--- errno.h.origSun Dec 16 12:30:05 2007
+++ errno.h Sun Dec 16 12:31:25 2007
@@ -50,7 +50,7 @@
  * Error codes
  */

-#defineEPERM   1   /* Not super-user   */
+#defineEPERM   1   /* Not owner*/
 #defineENOENT  2   /* No such file or directory*/
 #defineESRCH   3   /* No such process  */
 #defineEINTR   4   /* interrupted system call      */


-- 
Regards
Ashwin Bhat K S
3 year information technology
NATIONAL INSTITUTE OF TECHNOLOGY KARNATAKA Surathkal
Sun campus ambassador
99644 98351



[request-sponsor] [6236983] request sponsor

2007-12-13 Thread ashwin
I Would like to work on this bug # 6236983 if i am allowed to ( An
Engineer is assigned) .Requesting sponsor for the same.
My SCA number is OS01444


Bug Description :
netstat -iv adds many blank (null) lines to output

I have tested both netstat -i and netstat -iv commands. The following
patch  works  fine without printing extra new lines.
But there might be a better way of doing it.




patch is :

--- netstat.c.orig  Thu Dec 13 02:34:44 2007
+++ netstat.c   Thu Dec 13 14:36:29 2007
@@ -3180,8 +3180,6 @@
break;
}
}
-   if (Iflag_only == 0)
-   (void) putchar('\n');
(void) fflush(stdout);
} /* 'for' loop 1 ends */
reentry = B_TRUE;



thank you  in advance

Regards
Ashwin Bhat K S
3 year information technology
NATIONAL INSTITUTE OF TECHNOLOGY KARNATAKA Surathkal
Sun campus ambassador
99644 98351
-- next part --
A non-text attachment was scrubbed...
Name: diffnetstat
Type: application/octet-stream
Size: 252 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071213/323c8e0e/attachment.obj>


[request-sponsor] [6365813] sponsor request

2007-12-13 Thread ashwin
Hello guys.

Requesting a sponsor for bug # 6365813
My contributer's agreement is OS0144

Bug Details:
ssh corrects confusion with more confusion
network/ssh's refresh method is "/lib/svc/method/sshd restart", which seems
uncouth, since refresh methods should not stop the daemon.  But, in
fact, /lib/svc/method/sshd restart just runs
"/usr/bin/kill -HUP `/usr/bin/cat $PIDFILE`", which doesn't stop the daemon
at all.  The argument should be changed to "refresh".


changes in the file usr/src/cmd/ssh/etc/ssh.xml
The argument to /lib/svc/method/sshd should be refresh instead of restart

Patch:

--- ssh.xml.origThu Dec 13 14:38:32 2007
+++ ssh.xml Thu Dec 13 14:38:59 2007
@@ -117,7 +117,7 @@


http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071213/a213ef90/attachment.obj>


[request-sponsor] [6442434] sponsor request

2007-12-13 Thread ashwin
Hello all

Here is the patch for the bug 6442434


Bug Description:

Solaris should have AF_LOCAL/PF_LOCAL/AF_FILE/PF_FILE as synonyms for
AF_UNIX/PF_UNIX.
Applications from other operating systems may be coded to use AF_LOCAL instead
of AF_UNIX.  These represent the same thing.  We should have a synonym so that
such applications are readily portable.

I would like to request a sponsor to evaluate my work and help me get it
integrated into the next build.


My contributor agreement # is OS0144

Thank You in advance.


Changes to be made in the file /usr/src/uts/common/sys/socket.h
Here is the unified diff for the patch -


--- socket.h.orig   Thu Dec 13 02:10:45 2007
+++ socket.hThu Dec 13 02:16:15 2007
@@ -218,6 +218,8 @@
 #defineAF_NCA  28  /* NCA socket */
 #defineAF_POLICY   29  /* Security Policy DB socket */
 #defineAF_INET_OFFLOAD 30  /* Sun private; do not use */
+#defineAF_LOCALAF_UNIX
+#defineAF_FILE AF_UNIX

 #defineAF_MAX  30

@@ -255,6 +257,8 @@
 #definePF_NCA  AF_NCA
 #definePF_POLICY   AF_POLICY
 #definePF_INET_OFFLOAD AF_INET_OFFLOAD /* Sun private; do not use */
+#definePF_LOCALPF_UNIX
+#definePF_FILE PF_UNIX

 #definePF_MAX  AF_MAX

---

Regards
Ashwin Bhat K S
3 year information technology
NATIONAL INSTITUTE OF TECHNOLOGY KARNATAKA Surathkal
Sun campus ambassador
99644 98351
-- next part --
A non-text attachment was scrubbed...
Name: diff_socket
Type: application/octet-stream
Size: 554 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071213/57356bbf/attachment.obj>


[request-sponsor] [6368560] request sponsor

2007-12-13 Thread ashwin
Hello all

Here is the patch for the bug 6368560

Bug Description:
extra backslashes in RB_PROTOTYPE

The extra backslash on the last line of  RB_PROTOTYPE macro is removed
in file usr/src/cmd/ssh/include/sys-tree.h


I would like to request a sponsor to evaluate my work and help me get it
integrated into the next build.


My contributor agreement # is OS0144

Thank You in advance.

-- 
Regards
Ashwin Bhat K S
3 year information technology
NATIONAL INSTITUTE OF TECHNOLOGY KARNATAKA Surathkal
Sun campus ambassador
99644 98351

Here is the unified diff for the patch -


--- sys-tree.h.orig Thu Dec 13 00:40:51 2007
+++ sys-tree.h  Thu Dec 13 00:45:42 2007
@@ -385,7 +385,6 @@
 struct type *name##_RB_FIND(struct name *, struct type *); \
 struct type *name##_RB_NEXT(struct name *, struct type *); \
 struct type *name##_RB_MINMAX(struct name *, int); \
-   \

 /* Main rb operation.
  * Moves node close to the key of elm to top
-- next part --
A non-text attachment was scrubbed...
Name: diffextrabackslash
Type: application/octet-stream
Size: 369 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071213/7907fcfd/attachment.obj>


[request-sponsor] [6463379] sponsor request

2007-12-12 Thread ashwin
hello all

I wish to work on the bug 6463379.

Bug Description:


Overenthusiastic error message in svccfg:
svccfg can say
svccfg: Refresh of
svc:/milestone/sysconfig:svc:/milestone/sysconfig:default failed:
entity not found.
It means svc:/milestone/sysconfig:default .


Additional string is being printed.The patch is as below.

--- svccfg_libscf.c.origWed Dec 12 20:38:52 2007
+++ svccfg_libscf.c Wed Dec 12 21:59:23 2007
@@ -1455,7 +1455,7 @@
(void) strcpy(name_buf, "?");

warn(gettext(
-   "Refresh of %s:%s failed: %s.\n"), fmri,
+   "Refresh of %s failed: %s.\n"),
name_buf, scf_strerror(scfe));
}
}

I would like to request a sponsor to evaluate my work and help me get it
integrated into the next build.


My contributor agreement # is OS0144

Thank You in advance.

-- 
Regards
Ashwin Bhat K S
3 year information technology
NATIONAL INSTITUTE OF TECHNOLOGY KARNATAKA Surathkal
Sun campus ambassador
99644 98351



[request-sponsor] [6421535] [Patch - diff file] ns_none.xml should not disable nis server

2007-12-12 Thread ashwin
Hello

My SCA number is OS0144

I am sending the diff file for patch of the bug 6421535.

Changes have to be made in the file usr/src/cmd/svc/profile/ns_none.xml



--- ns_none.xml.origWed Dec 12 20:29:26 2007
+++ ns_none.xml Wed Dec 12 20:33:00 2007
@@ -45,9 +45,6 @@



-   
-   
-   






Description :-
this file is used to disable services. But it should disable only nis
client and should not disable nis server.So the corresponding entry
has to be removed from the xml file.




-- 
Regards
Ashwin Bhat K S
3 year information technology
NATIONAL INSTITUTE OF TECHNOLOGY KARNATAKA Surathkal
Sun campus ambassador
99644 98351
-- next part --
A non-text attachment was scrubbed...
Name: diff
Type: application/octet-stream
Size: 476 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071212/73f35c3a/attachment.obj>


[request-sponsor] open solaris bug fix : bugid 6421535 request for a sponsor

2007-12-06 Thread ashwin
Hello everyone

I would like to work on bug id 6421535
My Sun Contributor Agreement number is OS0144


The bug url is 
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6421535

Brief description :
bustos 2006-05-03

If during install an administrator includes a site.xml file which enables
the nis/server service, the service will be disabled when the system
comes up.  This is because the sysidtool:system service applies the
ns_none.xml profile, which disables nis/server.  ns_none.xml should disable
NIS client services, not nis/server.




Action to be taken :
remove the following lines from the file :
/onnv/onnv-gate/usr/src/cmd/svc/profile/ns_none.xml
That is this file should not disable or deactivate nis serevr but
should only disable nis client.


 49 
 50 



Please sponsor the bug.
Will Send the diff file in a couple of  days as am attending a
conference at bangalore (foss.in).
Thank You



Regards
Ashwin Bhat K S
3 year information technology
NATIONAL INSTITUTE OF TECHNOLOGY KARNATAKA Surathkal
Sun campus ambassador
99644 98351



-- 
Regards
Ashwin Bhat K S
3 year information technology
NATIONAL INSTITUTE OF TECHNOLOGY KARNATAKA Surathkal
Sun campus ambassador
99644 98351



[request-sponsor] open solaris bug fix : bugid 6421535 request for a sponsor

2007-12-05 Thread ashwin
Hello everyone

I would like to work on bug id 6421535
My Sun Contributor Agreement number is OS0144


The bug url is 
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6421535

Brief description :
bustos 2006-05-03

If during install an administrator includes a site.xml file which enables
the nis/server service, the service will be disabled when the system
comes up.  This is because the sysidtool:system service applies the
ns_none.xml profile, which disables nis/server.  ns_none.xml should disable
NIS client services, not nis/server.




Action to be taken :
remove the following lines from the file :
/onnv/onnv-gate/usr/src/cmd/svc/profile/ns_none.xml
That is this file should not disable or deactivate nis serevr but
should only disable nis client.


 49 
 50 



Please sponsor the bug.
Will Send the diff file in a couple of  days as am attending a
conference at bangalore (foss.in).
Thank You



Regards
Ashwin Bhat K S
3 year information technology
NATIONAL INSTITUTE OF TECHNOLOGY KARNATAKA Surathkal
Sun campus ambassador
99644 98351



[request-sponsor] opensolaris bug fix BUGID 6619664 Sun Contributor Agreement number is OS0144

2007-11-09 Thread ashwin
Hello Sir

i have Fixed the BUG ID 6619664 . cscope-fast was giving core dump
when home was unset. Now it is fixed. Please review it.My Sun
Contributor Agreement number is
OS0144

cscope-fast core dumps, when it's told to build the index and the HOME
is unset. Unsetting HOME could be considered as user error, but
cscope-fast is handling it more user friendly.


the url is http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6619664

the BUGID is 6619664 .I am attaching the diff file and the new file
usr/src/tools/cscope-fast/main.c file along with this.

Kindly do the needful

Thank you.



earlier is was
-bash-3.00$ unset HOME
-bash-3.00$ cscope-fast
Segmentation Fault (core dumped)


now it is made to give a friendly output
-bash-3.00$ unset HOME
-bash-3.00$ cscope-fast
HOME not set
-bash-3.00



--
Regards
Ashwin Bhat K S
3 year information technology
NATIONAL INSTITUTE OF TECHNOLOGY KARNATAKA Surathkal
Sun campus ambassador
99644 98351
-- next part --
A non-text attachment was scrubbed...
Name: main.c
Type: text/x-csrc
Size: 42294 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071109/bb4175c3/attachment.bin>
-- next part --
A non-text attachment was scrubbed...
Name: diff
Type: application/octet-stream
Size: 454 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071109/bb4175c3/attachment.obj>


[request-sponsor] opensolaris bug fix BUGID 6619664 Sun Contributor Agreement number is OS0144

2007-11-09 Thread ashwin
Hello Sir

i have Fixed the BUG ID 6619664 . cscope-fast was giving core dump
when home was unset. Now it is fixed. Please review it.My Sun
Contributor Agreement number is
OS0144

cscope-fast core dumps, when it's told to build the index and the HOME
is unset. Unsetting HOME could be considered as user error, but
cscope-fast is handling it more user friendly.


the url is http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6619664

the BUGID is 6619664 .I am attaching the diff file and the new file
usr/src/tools/cscope-fast/main.c file along with this.

Kindly do the needful

Thank you.



earlier is was
-bash-3.00$ unset HOME
-bash-3.00$ cscope-fast
Segmentation Fault (core dumped)


now it is made to give a friendly output
-bash-3.00$ unset HOME
-bash-3.00$ cscope-fast
HOME not set
-bash-3.00



-- 
Regards
Ashwin Bhat K S
3 year information technology
NATIONAL INSTITUTE OF TECHNOLOGY KARNATAKA Surathkal
Sun campus ambassador
99644 98351
-- next part --
A non-text attachment was scrubbed...
Name: main.c
Type: text/x-csrc
Size: 42294 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071109/94a489c1/attachment.bin>
-- next part --
A non-text attachment was scrubbed...
Name: diff
Type: application/octet-stream
Size: 454 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071109/94a489c1/attachment.obj>


[request-sponsor] Fwd: bug Category - consolidation:os-net-tools BUGID 6619664

2007-11-08 Thread ashwin bhat
Hello Sir

i am ashwin

i have Fixed the BUG ID 6619664 . cscope-fast was giving core dump
when home was unset. Now it is fixed. Please review it.

cscope-fast core dumps, when it's told to build the index and the HOME
is unset. Unsetting HOME could be considered as user error, but
cscope-fast is handling it more user friendly.


the url is
http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6619664

the BUGID is 6619664 .I am attaching the diff file and the new file
usr/src/tools/cscope-fast/main.c file

along with this.

Kindly do the needful

Thank you.




-bash-3.00$ unset HOME
-bash-3.00$ cscope-fast
Segmentation Fault (core dumped)


--
Regards
Ashwin Bhat K S
3 year information technology
NATIONAL INSTITUTE OF TECHNOLOGY KARNATAKA Surathkal
Sun campus ambassador
99644 98351
-- next part --
An HTML attachment was scrubbed...
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071108/446b77df/attachment.html>
-- next part --
A non-text attachment was scrubbed...
Name: main.c
Type: text/x-csrc
Size: 42294 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071108/446b77df/attachment.bin>
-- next part --
A non-text attachment was scrubbed...
Name: diff
Type: application/octet-stream
Size: 454 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071108/446b77df/attachment.obj>


[request-sponsor] bug Category - consolidation:os-net-tools BUGID 6619664

2007-11-08 Thread ashwin
Hello Sir

i have Fixed the BUG ID 6619664 . cscope-fast was giving core dump
when home was unset. Now it is fixed. Please review it.

cscope-fast core dumps, when it's told to build the index and the HOME
is unset. Unsetting HOME could be considered as user error, but
cscope-fast is handling it more user friendly.


the url is http://bugs.opensolaris.org/bugdatabase/view_bug.do?bug_id=6619664

the BUGID is 6619664 .I am attaching the diff file and the new file
usr/src/tools/cscope-fast/main.c file

along with this.

Kindly do the needful

Thank you.




-bash-3.00$ unset HOME
-bash-3.00$ cscope-fast
Segmentation Fault (core dumped)


-- 
Regards
Ashwin Bhat K S
3 year information technology
NATIONAL INSTITUTE OF TECHNOLOGY KARNATAKA Surathkal
Sun campus ambassador
99644 98351
-- next part --
A non-text attachment was scrubbed...
Name: main.c
Type: text/x-csrc
Size: 42294 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071108/85690853/attachment.bin>
-- next part --
A non-text attachment was scrubbed...
Name: diff
Type: application/octet-stream
Size: 454 bytes
Desc: not available
URL: 
<http://mail.opensolaris.org/pipermail/request-sponsor/attachments/20071108/85690853/attachment.obj>