OpenSolaris

Printable Version Enter a New Search
Bug ID 6624513
Synopsis return token values from userland should be able to include errno.
State 10-Fix Delivered (Fix available in build)
Category:Subcategory audit:library
Keywords
Responsible Engineer Gary Winiger
Reported Against
Duplicate Of
Introduced In solaris_2.3
Commit to Fix snv_80
Fixed In snv_80
Release Fixed solaris_nevada(snv_80)
Related Bugs 6623923
Submit Date 31-October-2007
Last Update Date 13-May-2009
Description
## 07/10/31 gww ##

Presently userland generated return tokens exit_error
values are limited to adt fail_value values, or pam
error return values.  All others are interpreted as
ints. To add flexibility, <sys/errno.h> values should
be interpreted.

Gary..
Work Around
N/A
Comments
N/A