diff options
author | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-23 09:47:24 +0100 |
---|---|---|
committer | Nikos Mavrogiannopoulos <nmav@gnutls.org> | 2012-11-23 09:47:24 +0100 |
commit | 1153d7fa1ba99b6320cfc152395508692480440d (patch) | |
tree | 52da468d601b312f432d5e832d4a5dd72d0a8746 /lib/ASN1.y | |
parent | ce0dbb2d2e8c5c18532afce2833af334440ae00c (diff) | |
download | libtasn1-1153d7fa1ba99b6320cfc152395508692480440d.tar.gz libtasn1-1153d7fa1ba99b6320cfc152395508692480440d.tar.bz2 libtasn1-1153d7fa1ba99b6320cfc152395508692480440d.zip |
zeroize last_error_token on unknown errors.
Diffstat (limited to 'lib/ASN1.y')
-rw-r--r-- | lib/ASN1.y | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -876,7 +876,7 @@ _asn1_yyerror (const char *s) file_name, line_number, last_token); return; } - + last_error_token[0] = 0; if (result_parse != ASN1_NAME_TOO_LONG) { |