2010/2/19 Douglas E. Engert <deeng...@anl.gov>:
> Two fixes:
>
> GCC
>
> The gcc on Solaris 10 combined with the Sun loader appears to not handle
> the gcc visibility attribute correctly. The sparc version says it is
> ignored, the x86 version gives linker error. The attached patch
> sun.gcc.1.5.6-svn-477.txt tries to test for gcc on Sun and not use
> the visibility attribute.  If on a sun and the compiler is not GCC,
> try and use the Sun __global and __hidden instead. (I did not try the Sun
> Studio compiler with this.)

Committed in revision 4766.
Thanks

> PCSCD CRASH
>
> pcscd would crash sometimes when a reader was unplugged on Solaris 10
> or would not recognize the reader if it was plugged back in. The problem
> appears to be that once the libusb returns errno == ENODEV no further
> calls should be made other then to usb_close.

The crash is not in pcscd but in libusb on Solaris.
libusb should not crash if called on a device that disappeared. libusb
should return an error code instead.
I reject this patch, sorry.

Bye

-- 
 Dr. Ludovic Rousseau

_______________________________________________
Muscle mailing list
Muscle@lists.musclecard.com
http://lists.drizzle.com/mailman/listinfo/muscle

Reply via email to