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

2024-10-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281938 Michael Tuexen changed: What|Removed |Added CC||n...@freebsd.org -- You are rece

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

2024-10-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281938 Michael Tuexen changed: What|Removed |Added Assignee|n...@freebsd.org |tue...@freebsd.org -- You are r

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

2024-10-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281938 --- Comment #6 from Mark Johnston --- (In reply to Michael Tuexen from comment #5) Sure, I don't see any reason not to, if you're already looking at it. Thanks in advance. -- You are receiving this mail because: You are the assignee for

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

2024-10-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281938 --- Comment #5 from Michael Tuexen --- (In reply to Michael Tuexen from comment #4) Should I assign the report to myself? -- You are receiving this mail because: You are the assignee for the bug.

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

2024-10-11 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281938 --- Comment #4 from Michael Tuexen --- I can double check the usage of t_maxseg. -- You are receiving this mail because: You are the assignee for the bug.

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

2024-10-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281938 --- Comment #3 from nakayamakenj...@gmail.com --- Thank you for taking a look at this. No, I haven’t observed a panic. However, I thought it might be possible to intentionally create a situation where the “bogus option length values are pass

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

2024-10-10 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281938 Mark Johnston changed: What|Removed |Added Status|New |Open CC|

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

2024-10-08 Thread bugzilla-noreply
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=281938 Mark Linimon changed: What|Removed |Added Version|CURRENT |15.0-CURRENT Assignee|b..