Replace strncpy with snprintf where necessary
This commit is contained in:
@ -42,7 +42,7 @@
|
||||
typedef struct {
|
||||
unsigned short code;
|
||||
char type[16];
|
||||
char msg[32];
|
||||
char msg[64];
|
||||
} http_status;
|
||||
|
||||
typedef struct {
|
||||
|
Reference in New Issue
Block a user