https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=260266
Rick Macklem <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Assignee|[email protected] |[email protected] Status|New |Open --- Comment #1 from Rick Macklem <[email protected]> --- Created attachment 229981 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=229981&action=edit properly sanity check the callback taglen The sanity check for taglen in the callback request was incoorect in two ways. 1 - It did not check for an excessively large value. 2 - It did not set the taglen to -1 when the sanity check failed. This patch fixes the above and should stop the crashes. Maybe the reporter can confirm that the patch stops the crashes for them? -- You are receiving this mail because: You are the assignee for the bug.
