[gnutls-devel] libtasn1 | ASN1.y: improved detection of built-in types (!36)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Sun Jul 28 13:16:11 CEST 2019



Merge request https://gitlab.com/gnutls/libtasn1/merge_requests/36 was reviewed by Nikos Mavrogiannopoulos

--
  
Nikos Mavrogiannopoulos commented on a discussion on lib/ASN1.y: https://gitlab.com/gnutls/libtasn1/merge_requests/36#note_196740125

>                       | type_constant_list type_constant  {$$=$1;
> -                                                          _asn1_set_right(_asn1_get_last_right($1),$2);}
> +                                                          if ($1 && $1) _asn1_set_right(_asn1_get_last_right($1),$2);}

A typo. It should have been `if ($1 && $2)`, i.e, if these two nodes are non-null.


-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/libtasn1/merge_requests/36
You're receiving this email because of your account on gitlab.com.


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.gnupg.org/pipermail/gnutls-devel/attachments/20190728/53f70a7f/attachment.html>


More information about the Gnutls-devel mailing list