[Bug 281938] Make sure max_len is not 0 before using it as modulo

2025-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281938 Michael Tuexen changed: What|Removed |Added Resolution|--- |Works As Intended Sta

[Bug 281938] Make sure max_len is not 0 before using it as modulo

2025-05-23 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281938 --- Comment #7 from Michael Tuexen --- (In reply to nakayamakenjiro from comment #0) If we are in the code path you mention, we are in the body of if (len + optlen + ipoptlen > tp->t_maxseg) { flags &= ~TH_FIN;

[Bug 281938] Make sure max_len is not 0 before using it as modulo

2024-10-28 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281938 Alexander Vereeken changed: What|Removed |Added Summary|[PATCH] Make sure max_len |Make sure max_len is not 0