Re: RFR: [8036088] - Thread-unsafe strtok() is used to parse the list of overrides

2014-03-03 Thread Ivan Gerasimov
Hi Christos! On 03.03.2014 20:52, chris...@zoulas.com wrote: On Mar 3, 8:32pm, ivan.gerasi...@oracle.com (Ivan Gerasimov) wrote: -- Subject: RFR: [8036088] - Thread-unsafe strtok() is used to parse the list | Hello! | | The strtok() function is used in | ./windows/native/sun/net/spi/DefaultPro

Re: RFR: [8036088] - Thread-unsafe strtok() is used to parse the list of overrides

2014-03-03 Thread Christos Zoulas
On Mar 3, 8:32pm, ivan.gerasi...@oracle.com (Ivan Gerasimov) wrote: -- Subject: RFR: [8036088] - Thread-unsafe strtok() is used to parse the list | Hello! | | The strtok() function is used in | ./windows/native/sun/net/spi/DefaultProxySelector.c. | This function is not thread safe, so it may po

RFR: [8036088] - Thread-unsafe strtok() is used to parse the list of overrides

2014-03-03 Thread Ivan Gerasimov
Hello! The strtok() function is used in ./windows/native/sun/net/spi/DefaultProxySelector.c. This function is not thread safe, so it may potentially cause a problem. The failure in this particular place would be very unlikely, because this code should be executed only once during initializati