OpenSolaris

Printable Version Enter a New Search
Bug ID 6273848
Synopsis gcc and cmd/setfacl don't get along
State 10-Fix Delivered (Fix available in build)
Category:Subcategory utility:security
Keywords tonic-gcc
Responsible Engineer Basabi Bhattacharya
Reported Against
Duplicate Of
Introduced In solaris_2.0
Commit to Fix snv_26
Fixed In snv_26
Release Fixed solaris_nevada(snv_26)
Related Bugs
Submit Date 20-May-2005
Last Update Date 1-November-2005
Description
When building ON with gcc (on x86) there are some warnings in cmd/setfacl.
Mostly implicit int cleanup and gcc thinks parse_entry_list can fall off the end
without returning a value. I added a return 0 but maybe it should be an assert?

The suggested fix compiles but I haven't tested it.

 xxxxx@xxxxx.com 2005-05-20 18:11:48 GMT
Work Around
N/A
Comments
N/A