K 10 svn:author V 8 truckman K 8 svn:date V 27 2016-05-20T06:41:26.959323Z K 7 svn:log V 309 MFC r299591 Always return either a dynamically allocated string or NULL from expand(). Never return the name parameter, which could be a the buf[] buffer which is allocated on the stack by getdeadletter() and which would then be used after getdeadletter() has returned. Reported by: Coverity CID: 1199383 END