]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
immutable: fix error in validation of ciphertext hash tree and add test for that...
authorZooko O'Whielacronx <zooko@zooko.com>
Thu, 8 Jan 2009 06:40:12 +0000 (23:40 -0700)
committerZooko O'Whielacronx <zooko@zooko.com>
Thu, 8 Jan 2009 06:40:12 +0000 (23:40 -0700)
commit83b97ee79fdf75e51db1afe6d02dad50715cc9f2
treeaa9cc7abe521d0950574bef68e271e1895e39415
parent6011f4522f5e49339d7dbc05dc7cd21616185f0a
immutable: fix error in validation of ciphertext hash tree and add test for that code
pyflakes pointed out to me that I had committed some code that is untested, since it uses an undefined name.  This patch exercises that code -- the validation of the ciphertext hash tree -- by corrupting some of the share files in a very specific way, and also fixes the bug.
src/allmydata/immutable/download.py
src/allmydata/test/test_immutable.py