Have you crashed into _strlwr_s() ?
Nagareshwar (tnagareshwar) <tnagareshwargmailcom> Tuesday, February 10 2009 17:13.12 CST


Almost every developer knows the cost of using insecure string function such as strcpy which can lead to buffer overflow exploits.� But no one knows the cost of using the secure string functions. Here is just illustration of how much pain it can cause sometimes…
Have a look at the sample code below,
void main()
{
char test[]=”hello”;
//converting text [...]

Comments
Posted: Wednesday, December 31 1969 18:00.00 CST