OpenSolaris

Printable Version Enter a New Search
Bug ID 5054112
Synopsis _tx_error needs to preserve the errno value it is supposed to display
State 1-Dispatched (Default State)
Category:Subcategory library:libnsl
Keywords oss-bite-size | oss-request | sparks
Sponsor
Submitter
Reported Against s10_59
Duplicate Of
Introduced In
Commit to Fix
Fixed In
Release Fixed
Related Bugs
Submit Date 27-May-2004
Last Update Date 8-January-2008
Description
[dep, 27May2004]

  _tx_error, called by t_error, is supposed to display a message,
  followed by the error string for the error defined in t_errno,
  followed by the error string for the error defined in errno.  If any
  of the system calls/library routines invoked between the start of
  _tx_error and when it calls perror() set errno, the output will be
  incorrect.
Work Around
N/A
Comments
N/A