Hi, So I recently moved a buggy userland program that was running fine on -current to Linux, which proceeded to SIGSEGV. I traced it down to overflowing sprintfs() into (consecutive) malloc()ed buffers. I'm a bit shocked that it didn't tell me about it on NetBSD. Is this by design ? Thanks, -- ~Cherry