[gnutls-devel] libtasn1 | Add initial fuzzing implementation (!38)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Wed Jul 31 17:56:25 CEST 2019




Nikos Mavrogiannopoulos started a new discussion on lib/structure.c: https://gitlab.com/gnutls/libtasn1/merge_requests/38#note_198359032

>   **/
>  int
>  asn1_delete_structure2 (asn1_node * structure, unsigned int flags)
> +{
> +  return _asn1_delete_structure (NULL, structure, flags);
> +}
> +
> +int
> +_asn1_delete_structure (list_type *e_list, asn1_node * structure, unsigned int flags)

I find the combination of `_` and numbers in names quite confusing.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/libtasn1/merge_requests/38#note_198359032
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/20190731/70111a1b/attachment.html>


More information about the Gnutls-devel mailing list