VC++ 6.0 application crashing inside CString::Format when %d is given.
- by viswanathan
A VC++ 6.0 application is crashing when doing a CString::Format operation with %d format specifier. This does not occur always but occurs when the application memory grows upto 100MB or more.
ALso sometimes same crash observed when a CString copy is done.
The call stack would look like this
mfc42u!CFixedAlloc::Alloc+82
…