
< 	char *sm_alternate = NULL, *error_strategy = NULL;
---
> 	char sm_alternate[256] = {0}, error_strategy[256] = {0};
