[Bug 1352997] Re: One time of 128, session is opened incorrectly
Launchpad Bug Tracker
1352997 at bugs.launchpad.net
Thu Aug 21 04:02:20 UTC 2014
This bug was fixed in the package python-secretstorage -
2.0.0-1ubuntu1.1
---------------
python-secretstorage (2.0.0-1ubuntu1.1) trusty; urgency=medium
* Fix name of the previous patch.
* debian/patches/fix_session_creation.diff: make sure common secret
is exactly 128 bytes long (LP: #1352997).
-- Dmitry Shachnev <mitya57 at ubuntu.com> Tue, 05 Aug 2014 21:05:29 +0400
** Changed in: python-secretstorage (Ubuntu Trusty)
Status: Fix Committed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Foundations Bugs, which is subscribed to python-secretstorage in Ubuntu.
https://bugs.launchpad.net/bugs/1352997
Title:
One time of 128, session is opened incorrectly
Status in “python-secretstorage” package in Ubuntu:
Fix Released
Status in “python-secretstorage” source package in Trusty:
Fix Released
Bug description:
== Impact ==
Sometimes (one time of 128), the binary representation of common secret is 127 bytes long instead of 128, which makes the session invalid, and encrypting/decrypting produces wrong results (or crashes).
This will lead to end-user tools (like most tools in ubuntu-dev-tools)
to be working incorrectly.
== Test case ==
This can be easily reproduced by running upstream test suite (for example via autopkgtest) many times.
== Development fix ==
Fixed in 2.1.1, which is now in utopic
https://github.com/mitya57/secretstorage/commit/d55efce2c04b053c
== Regression Potential ==
Two-lines fix, does not cause any regressions
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/python-secretstorage/+bug/1352997/+subscriptions
More information about the foundations-bugs
mailing list