Vítor De Araújo

Results 1 issues of Vítor De Araújo

Hi! There are many places (e.g. [here](https://github.com/henriquegogo/kamby/blob/master/kamby.c#L22)) where the code copies a string by computing strlen() of a string, mallocs that size, and copies the contents with strcpy. However, this...