feat: multi-user system, bug fixes, security & performance fixes, and more

This commit is contained in:
2026-03-14 13:28:46 +01:00
parent 9f54e4957d
commit 39b0424085
389 changed files with 231853 additions and 591 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ namespace Net::Ipv4 {
}
uint16_t totalLen = Ntohs(hdr->TotalLength);
if (totalLen > length) {
if (totalLen < ihl || totalLen > length) {
return;
}