[Bug 884407] Re: mount.ecryptfs_private is broken on arm
Launchpad Bug Tracker
884407 at bugs.launchpad.net
Wed Nov 9 20:50:12 UTC 2011
This bug was fixed in the package ecryptfs-utils - 93-0ubuntu2
---------------
ecryptfs-utils (93-0ubuntu2) precise; urgency=low
* fix infinite loop on arm: fgetc returns an int, and -1 at end of
options. Arm makes char unsigned. (LP: #884407)
-- Serge Hallyn <serge.hallyn at ubuntu.com> Tue, 08 Nov 2011 10:47:03 -0600
** Changed in: ecryptfs-utils (Ubuntu Precise)
Status: Confirmed => Fix Released
--
You received this bug notification because you are a member of Ubuntu
Sponsors Team, which is subscribed to the bug report.
https://bugs.launchpad.net/bugs/884407
Title:
mount.ecryptfs_private is broken on arm
Status in “ecryptfs-utils” package in Ubuntu:
Fix Released
Status in “ecryptfs-utils” source package in Oneiric:
Confirmed
Status in “ecryptfs-utils” source package in Precise:
Fix Released
Bug description:
char is unsigned on arm (signed on x86).
fetch_sig compares the result of fgetc to EOF (-1), which of course
never succeeds, causing an infinite loop.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ecryptfs-utils/+bug/884407/+subscriptions
More information about the Ubuntu-sponsors
mailing list