thios is the code which is leading to crash char *blub; for(unsigned int i=0; i< 0xFFFFFFFF; i++) { struct tm *pT; pT = (struct tm *)malloc(sizeof(struct tm)); printf("%d\n", i); pT->tm_mon = i; strptime("2007201", "%Y%W%w", pT); free(pT); } Actual results: Expected results: Additional info:
Please try glibc-2.5-13.fc6 in FC6 updates testing or any recentish F7 glibc.