Eric Blake wrote: > For strings larger than 1024 bytes, there was a > separate bug, where the NUL byte would be appended with a buffer overflow
Is it possible to detect this with an autoconf test? Or not, because the buffer overflow will always hit memory that was not provided by the caller? Bruno