vty->buf = buf;
vty_ensure( vty, nbytes );
--
memcpy( vty->buf, buf, nbytes );
vty->buf = NULL;
vty-_clear_buf( vty );