- Safely escape user input with mysql_real_escape_string
- fixed some memory leaks
This commit is contained in:
@@ -33,6 +33,9 @@ version(void);
|
||||
extern int
|
||||
read_config_file(void);
|
||||
|
||||
/* same as strcpy, but returns a pointer to the end of dest instead of start */
|
||||
extern char *strmov(char *, const char *);
|
||||
|
||||
|
||||
#ifdef _mysql_h
|
||||
|
||||
|
||||
Reference in New Issue
Block a user