Report information
The Basics
Id:
36598
Status:
resolved
Priority:
Medium/Medium
Queue:

People
Owner:
Nobody in particular
Cc:
AdminCc:

BugTracker
Version Fixed:
9.8.8, 9.9.6, 9.9.6-S1, 9.10.1, 9.11.0
Version Found:
(no value)
Versions Affected:
(no value)
Versions Planned:
(no value)
Priority:
P2 Normal
Severity:
S3 Low
CVSS Score:
(no value)
CVE ID:
(no value)
Component:
(no value)
Area:
test

Dates
Created:Mon, 21 Jul 2014 08:56:20 -0400
Updated:Thu, 03 Aug 2017 21:37:25 -0400
Closed:Wed, 22 Oct 2014 01:36:36 -0400



This bug tracker is no longer active.

Please go to our Gitlab to submit issues (both feature requests and bug reports) for active projects maintained by Internet Systems Consortium (ISC).

Due to security and confidentiality requirements, full access is limited to the primary maintainers.

Subject: tohexstr() unit test helper overflow buffer
tohexstr() documentation says the target buffer size should be at least len / 2 + 1 when it is len * 2 + 1. This makes the GOST unit test to fail on my OS X configured with native PKCS#11 (and of course for an unrelated reason :-). Fix is obvious and should be done in all versions as this function definition occurs more than once...