Before commit 7f05daa8e0e0 sprint_realloc_octet_string() used memcpy()
for ASCII strings. That caused the output to be truncated if a '\0' was
embedded in an octet string. Commit 7f05daa8e0e0 fixed that issue but
broke UTF-8 support. Restore UTF-8 support by only using
sprint_realloc_asciistring()
On Mon, 7 May 2018 22:08:15 +0200 Niels wrote:
NBVNSC> Den 07-05-2018 kl. 06:13 skrev Bart Van Assche:
NBVNSC> > A recent patch introduced an invocation of
NBVNSC> > AC_CHECK_HEADER before AC_AIX. However, AC_AIX must be
NBVNSC> > invoked before AC_CHECK_HEADER. Hence move AC_AIX from
NBVNSC> > con