[gnutls-devel] GnuTLS | Fix 32bit overflow issue in src/serv-args.def (!922)

Development of GNU's TLS library gnutls-devel at lists.gnutls.org
Tue Feb 12 12:26:51 CET 2019


Daiki Ueno commented on a discussion on src/serv-args.def:

>  flag = {
>      name      = maxearlydata;
>      arg-type  = number;
> -    arg-range = "1->4294967296";
> +    arg-range = "1->4294967295";

I'm sorry, please disregard the previous comment; I forgot about that the maxearlydata applies to the total size of the multiple application_data records. So 4294967295 should be better here.

-- 
Reply to this email directly or view it on GitLab: https://gitlab.com/gnutls/gnutls/merge_requests/922#note_140499202
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/20190212/fb676a84/attachment.html>


More information about the Gnutls-devel mailing list