On 12/19/2014 05:47 PM, Joshua Rogers wrote:
> Package: gnupg2
> Version: 2.1.1
> Severity: normal
>
> in app-nks.c on line 1242, data is assigned the memory of 'datalen',
> which is calculated using oldpinlen + newpinlen.
> The problem is, it doesn't account for the terminating null byte, so
> it
On 07/01/15 11:44, NIIBE Yutaka wrote:
> On 12/19/2014 05:47 PM, Joshua Rogers wrote:
>> Package: gnupg2
>> Version: 2.1.1
>> Severity: normal
>>
>> in app-nks.c on line 1242, data is assigned the memory of 'datalen',
>> which is calculated using oldpinlen + newpinlen.
>> The problem is, it doesn't
Package: gnupg2
Version: 2.1.1
Severity: normal
in app-nks.c on line 1242, data is assigned the memory of 'datalen', which is
calculated using oldpinlen + newpinlen.
The problem is, it doesn't account for the terminating null byte, so it should
be datalen + 1(or, +2?, will need to check.)
Thank
3 matches
Mail list logo