|
|
|
|
|
by revelation
4086 days ago
|
|
Calling setlocale because the user you're currently processing has a different locale? What the..? Notice: what works in UNIX utilities is not what works for web apps serving many users simultaneously. In fact, I'm pretty sure this doesn't work for UNIX utilities either and is just something you should never touch with your libc. It's like calling non-reentrant strtok, some of this stuff just doesn't exactly fit into todays world. |
|