Bug 5806 - tl-crltool can fail to parse CRL list
Summary: tl-crltool can fail to parse CRL list
Status: CLOSED FIXED
Alias: None
Product: ThinLinc
Classification: Unclassified
Component: Misc (show other bugs)
Version: pre-1.0
Hardware: PC Unknown
: P2 Normal
Target Milestone: 4.6.0
Assignee: Pierre Ossman
URL:
Keywords: hean01_tester, relnotes
Depends on:
Blocks:
 
Reported: 2016-02-24 15:30 CET by Pierre Ossman
Modified: 2016-11-17 14:31 CET (History)
2 users (show)

See Also:
Acceptance Criteria:


Attachments

Description Pierre Ossman cendio 2016-02-24 15:30:52 CET
We introduced a bug in r22192 that can make tl-crltool error out with "ERROR: Could not get revocation list size (error code -22)". It depends on the stack contents if the function will fail or not.

The problem is that we forgot to remove a check for the "count" variable when it was removed as a parameter.
Comment 2 Pierre Ossman cendio 2016-02-24 15:39:44 CET
To test, download a few CRL:s and run the tl-crltool --list on them. You can find CRL URIs in most certificates.
Comment 3 Henrik Andersson cendio 2016-02-29 16:48:31 CET
Verified using thinlinc build 5045:

  curl http://crl3.digicert.com/sha2-ha-server-g5.crl | /opt/thinlinc/libexec/tl-crltool --list

Works as expected, verified that same crl failed using tl-crltool from 4.5.0.

Note You need to log in before you can comment on or make changes to this bug.