K 10 svn:author V 8 kientzle K 8 svn:date V 27 2007-07-15T19:13:59.000000Z K 7 svn:log V 308 archive_string_ensure() used to call exit(3) if it couldn't allocate more memory for a string. Change this so it returns NULL in that case, and update all of its callers to handle the error. Some of those callers can now return errors back to the client instead of calling exit(3). Approved by: re (bmah) END