Fixed static-buf-size issue with _bsdNameGetterCommand.

This commit is contained in:
yellows8 2018-05-08 16:22:18 -04:00
parent 635599491c
commit 468924b730

View File

@ -195,7 +195,7 @@ static int _bsdNameGetterCommand(u32 cmd_id, int sockfd, struct sockaddr *addr,
u64 magic;
u64 cmd_id;
int sockfd;
} *raw;
} PACKED *raw;
raw = ipcPrepareHeader(&c, sizeof(*raw));