mirror of
https://github.com/switchbrew/libnx.git
synced 2025-06-21 12:32:40 +02:00
Fixed static-buf-size issue with _bsdNameGetterCommand.
This commit is contained in:
parent
635599491c
commit
468924b730
@ -195,7 +195,7 @@ static int _bsdNameGetterCommand(u32 cmd_id, int sockfd, struct sockaddr *addr,
|
|||||||
u64 magic;
|
u64 magic;
|
||||||
u64 cmd_id;
|
u64 cmd_id;
|
||||||
int sockfd;
|
int sockfd;
|
||||||
} *raw;
|
} PACKED *raw;
|
||||||
|
|
||||||
raw = ipcPrepareHeader(&c, sizeof(*raw));
|
raw = ipcPrepareHeader(&c, sizeof(*raw));
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user