Changes

Jump to: navigation, search

Team 5 Bugs Report

366 bytes added, 23:29, 16 September 2013
no edit summary
* On local machine(Windows), while compilingwith GCC,
ncursor.h : No such file or directory
(GNU library not existing yeton Windows platform by default)* String Overlapping during strncpy() causing memory corruption. if ((int)strlen(str)>fieldLen){ char * strOut; //strOut = new char[fieldLen + 1]; strncpy(strOut, str, fieldLen); strOut[fieldLen]='\0'; //delete [] strOut; } ( Commented being the fix)
1
edit

Navigation menu