c
< 	char *sm_alternate = NULL, *error_strategy = NULL;
---
> 	char sm_alternate[1024], error_strategy[1024];
> 	sm_alternate[0] = '\0';
> 	error_strategy[0] = '\0';
