IMAGE_SIZEOF_SHORT_NAME
char Name[IMAGE_SIZEOF_SHORT_NAME];
char safe_name[IMAGE_SIZEOF_SHORT_NAME +1];
strncpy(safe_name,filesect.Name,IMAGE_SIZEOF_SHORT_NAME);
safe_name[IMAGE_SIZEOF_SHORT_NAME] = 0;