This should fix the bug, if necessary. Ben.
--- zodb-3.9.4/debian/changelog +++ zodb-3.9.4/debian/changelog @@ -1,3 +1,11 @@ +zodb (1:3.9.4-1.1) unstable; urgency=low + + * Non-maintainer upload. + * Fix some cases where a new or aborted connection would cause the server + to crash (CVE-2010-3495) (Closes: #599711) + + -- Ben Hutchings <b...@decadent.org.uk> Sat, 30 Oct 2010 15:36:31 +0200 + zodb (1:3.9.4-1) unstable; urgency=low [ Brian Sutherland ] --- zodb-3.9.4.orig/src/ZEO/StorageServer.py +++ zodb-3.9.4/src/ZEO/StorageServer.py @@ -133,6 +133,8 @@ addr = conn.addr if isinstance(addr, type("")): label = addr + elif addr is None: + label = '' else: host, port = addr label = str(host) + ":" + str(port) --- END --- -- Ben Hutchings Once a job is fouled up, anything done to improve it makes it worse.
signature.asc
Description: This is a digitally signed message part