sysdeps/managarm: fix array out of bounds access

This commit is contained in:
Kacper Słomiński 2020-02-23 15:12:29 +01:00
parent 8dadf744b6
commit 0d801ae176

View file

@ -939,7 +939,7 @@ int sys_msg_send(int sockfd, const struct msghdr *hdr, int flags, ssize_t *lengt
}
SignalGuard sguard;
HelAction actions[5];
HelAction actions[6];
globalQueue.trim();
managarm::fs::CntRequest<MemoryAllocator> req(getSysdepsAllocator());