From: "NotFound via RT" <[EMAIL PROTECTED]>
Date: Tue, 09 Sep 2008 10:47:05 -0700
I've recently commited a fix on null string constants. I think it was
the same problem described here. I compiled the pir file and pdumped
without a problem, it shows the DATA => NULL my fix introduced.
Can you verify the problem is gone?
I assume you are referring to r30756 of src/packdump.c? Yes, that does
avoid the segfault (though it reports the string value as "NULL" instead
of "''"). But isn't this really a bug in PIO_printf handling of "%.*s"?
-- Bob