With Jean-Louis out of town, my patches are piling up. We have a strict review policy that at least one other dev needs to review a patch before it goes in. Hopefully someone here can free the logjam. This particular patch:
http://github.com/djmitche/amanda/commit/z8198 Addresses a problem that occurs when a diskname has spaces in it, and the chunker tries to write a second chunk of it. In this case, it tries to write a header containing "CONT_FILENAME=$diskname\n" to the first chunk, and the header validation fails. The validation is incorrect, though -- CONT_FILENAME is *newline*, not *whitespace*-terminated. The patch is simple, so if this explanation makes sense and agrees with what you see in the patch, please let me know. No need to test it out. Dustin -- Open Source Storage Engineer http://www.zmanda.com
