the problem is in mountutil.c:240.the function linux_version_code() calls 3 times to strtok, assuming the "release" string has 2 dots. if this assumtion fails (as with 3.2.0-4-686-pae), NULL is passed to atoi().
-- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

