fix: allocate "any" socket type then cast
Otherwise, we're casting from a smaller type to a bigger type, addressing memory that's not ours. fixes #19
Showing
Please register or sign in to comment
Otherwise, we're casting from a smaller type to a bigger type, addressing memory that's not ours. fixes #19