buffer not null terminated
This commit is contained in:
parent
67119ecc81
commit
119fd3031c
@ -41,7 +41,7 @@ struct wts_obj
|
|||||||
{
|
{
|
||||||
int fd;
|
int fd;
|
||||||
int status;
|
int status;
|
||||||
char name[8];
|
char name[9];
|
||||||
char dname[128];
|
char dname[128];
|
||||||
int display_num;
|
int display_num;
|
||||||
uint32_t flags;
|
uint32_t flags;
|
||||||
|
Loading…
Reference in New Issue
Block a user