Problem:
- Product Name: Visibroker for C
- Product Version: 4.5
- Product Component: setlocale() component
- Platform: Solaris
Does The VisiBroker have the part using setlocale() API ?
Can the VisiBroker multi-thread application use fprintf() ?
Resolution:
VBC45 libraries do not make calls to setlocale().
Since the Solaris "man pages" for fprint() states that
"The printf() and fprint() functions can be used safely in multi-threaded applications, as long as setlocale(3C) is not being called to change the locale",
thus, it should be safe when a VBC45 application uses it, as long as the application itself also do not call setlocale().
#Security
#VisiBroker




