SIDN / spin

SPIN Core Software
https://spin.sidnlabs.nl
GNU General Public License v2.0
77 stars 9 forks source link

buffer_writev(): a va_list cannot be reused #59

Closed cschutijser closed 5 years ago

cschutijser commented 5 years ago

so make a copy before calling vsnprintf(3) since that function will use the va_list.