See below
/*
* allocate a new string for the converted SQL statement
*/
newsql = (char *)malloc(sizeof(char) * (len+extra_space+1));
memset(newsql, 0, sizeof(char) * (len+extra_space+1));
Original issue reported on code.google.com by dcrayf...@gmail.com on 23 Jan 2014 at 5:14
Original issue reported on code.google.com by
dcrayf...@gmail.com
on 23 Jan 2014 at 5:14