From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail.saout.de ([127.0.0.1]) by localhost (mail.saout.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id Lahr3u4VBaUD for ; Thu, 14 Feb 2013 14:43:21 +0100 (CET) Received: from mail-ee0-f52.google.com (mail-ee0-f52.google.com [74.125.83.52]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mail.saout.de (Postfix) with ESMTPS for ; Thu, 14 Feb 2013 14:43:21 +0100 (CET) Received: by mail-ee0-f52.google.com with SMTP id b15so1222039eek.25 for ; Thu, 14 Feb 2013 05:43:20 -0800 (PST) Message-ID: <511CE9F5.60708@gmail.com> Date: Thu, 14 Feb 2013 14:43:17 +0100 From: Milan Broz MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [dm-crypt] cryptsetup 1.6.0 crash when attempting to open truecrypt volume if the key is large enough List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: ".. ink .." Cc: dm-crypt@saout.de On 02/14/2013 12:44 PM, .. ink .. wrote: > > http://pastebin.com/FqxMUf8Z > > The above link has the source code of the program that show the crash.I have not tried that many key sizes but a key size of 5MB seem to crash cryptsetup Yes, there was a stupid bug. http://code.google.com/p/cryptsetup/source/detail?r=e600024908219af09819d1a6549cad2b6813a8f0# TCRYPT passphrase is in fact limited to maximal 64 characters, so it fails now early if this limit is exceeded. Thanks, Milan