This is the mail archive of the insight-prs@sourceware.org mailing list for the Insight project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

insight/348: Solaris, remote.c, line 2859, cast pid to unsigned int


>Number:         348
>Category:       insight
>Synopsis:       Solaris, remote.c, line 2859, cast pid to unsigned int
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    unassigned
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Apr 10 11:53:01 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     DRT
>Release:        6.8-1
>Organization:
>Environment:
SunOS 5.11 snv_115 i86pc (Solaris 11, SXCE b115)
>Description:
Needed to cast pid to "unsigned int" in remote.c, line 2859, for build to complete. 
>How-To-Repeat:

>Fix:
sprintf (rs->buf, "vAttach;%x", (unsigned int) pid) ;//added cast
>Release-Note:
>Audit-Trail:
>Unformatted:


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]