]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commit
storage.py: assert that immutable share size will fit in the 4-byte v1 container...
authorBrian Warner <warner@lothar.com>
Mon, 20 Oct 2008 17:22:08 +0000 (10:22 -0700)
committerBrian Warner <warner@lothar.com>
Mon, 20 Oct 2008 17:22:08 +0000 (10:22 -0700)
commit0832334c0d3fb88001b52c999bf05901f8c02100
tree10401857650849b7a7381b08b3a9f821200fe341
parentc08b0eb1ea8b54688305bad118e01602ebb45871
storage.py: assert that immutable share size will fit in the 4-byte v1 container (see #346). The struct module in py2.4 raises an error on overflow, but py2.5 merely emits a warning
src/allmydata/storage.py