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

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Thu Aug 1 11:36:49 CEST 2019




Tim Rühsen commented on a discussion on lib/structure.c: https://gitlab.com/gnutls/libtasn1/merge_requests/38#note_198643372

>   **/
>  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)

What I find confusing most is that 1 and l are looking the same in many fonts (e.g. in my console).
We can't change the naming of exposed symbols, but maybe the naming of internal symbols - e.g. leading underscore in file scope is also against C99 standards.

I suggest you open an issue with an exact list/description of what and how to change. But that is prety low priority, IMO.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/libtasn1/merge_requests/38#note_198643372
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/20190801/9783bac4/attachment.html>


More information about the Gnutls-devel mailing list