isc_buffer_printf() grows buffer without autorealloc being set + nit in isc_buffer_realloc()
All isc_buffer_* writing functions honour ->autore
flag except the isc_buffer_printf()
that grows buffer at will.
- nit: There's illogical condition in
isc_buffer_reallocate()
when requested size is less than available size.