Luis Oliveira wrote: > > (loop for i below (cffi:foreign-type-size 'tidy-buffer) > do (setf (mem-ref output :char i) 0)) > Yup, that was it. Thanks for the dope slap, it's working fine now.