You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems to me that the conditionally allocated freebsd_cmsg is not freed in all code paths in this function.
If the linux2freebsd_msghdr or the sendit function calls fail they goto to the kern_fail but the freebsd_cmsg is not freed there.
It's freed only on the non-error code path.
The text was updated successfully, but these errors were encountered:
Hi there,
It seems to me that the conditionally allocated
freebsd_cmsg
is not freed in all code paths in this function.If the
linux2freebsd_msghdr
or thesendit
function calls fail theygoto
to thekern_fail
but thefreebsd_cmsg
is not freed there.It's freed only on the non-error code path.
The text was updated successfully, but these errors were encountered: