[osol-discuss] unusual problem after updated from Solaris10 U9 to Solaris10 U10

2011-10-22 Thread Sathees Kumar TS
Hi, In our project, we have a license application, and in that, we have an executable that writes into a binary hidden file and the application process is supposed to validate the entries in the file upon startup. However it is seen that the executable writing into the file is adding the extra

Re: [osol-discuss] unusual problem after updated from Solaris10 U9 to Solaris10 U10

2011-10-22 Thread Sathees Kumar TS
We found a fix that, it is because of some changes in C++ libraries with respect to function string::copy(). We made the changes to use the strcpy and it is working fine now. Any comments on this change are welcome. We want to extract the details if any, behind C++ libraries change in Solaris10