K 10 svn:author V 3 des K 8 svn:date V 27 2014-10-23T22:42:56.464874Z K 7 svn:log V 347 In all cases except CTLTYPE_STRING, penv is NULL here, so passing it indiscriminately to printf() and freeenv() is incorrect. Add a NULL check before freeenv(); as for printf(), we could use req.newptr instead, but we'd have to select the correct format string based on the type, and that's too much work for an error message, so just remove it. END