This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH v2 1/2] Replace check_mul_overflow_size_t with __builtin_mul_overflow
- From: DJ Delorie <dj at redhat dot com>
- To: Adhemerval Zanella <adhemerval dot zanella at linaro dot org>
- Cc: libc-alpha at sourceware dot org
- Date: Mon, 31 Dec 2018 15:04:32 -0500
- Subject: Re: [PATCH v2 1/2] Replace check_mul_overflow_size_t with __builtin_mul_overflow
This looks OK to me; I confirmed that all parameters are already size_t
(the old function would have promoted any if not).
Reviewed-by: DJ Delorie <dj@redhat.com>