https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=283702
Mark Johnston <ma...@freebsd.org> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |ma...@freebsd.org --- Comment #4 from Mark Johnston <ma...@freebsd.org> --- Hrm, many of these unparse routines are buggy. The size of the source buffer is not passed to them, and most of the blindly assume that the input is well-formed. It is possible to get the input buffer length by moving the data pointer backwards, like ng_unparse_composite() does, but that's kind of iffy. Probably it'd be nicer to pass a pointer to the ng_mesg structure instead, even though that requires some churn. -- You are receiving this mail because: You are the assignee for the bug.