-
- Downloads
Created strList iniGet functions for getting values (strings, numbers, etc).
Using sprintf() instead of strcpy() to avoid potential buffer overrun. Using strdup() instead of malloc()/strcpy().
Please register or sign in to comment
Using sprintf() instead of strcpy() to avoid potential buffer overrun. Using strdup() instead of malloc()/strcpy().