This is the mail archive of the libc-alpha@sourceware.org mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] math: enhance the endloop condition of function handle_input_flag


On Mon, 28 Oct 2019, liqingqing wrote:

>     review the source code of function "handle_input_flag" and found that the
> endloop condition is not correct,
> cause when the loop variable " i " euqal to 16, then the input_flags[16] will
> be out of bounds.
> though I  think for now the inputs maybe all right, but just enhanced it.

Thanks, committed with a somewhat edited commit message.  Note: I had to 
apply the patch manually as it appears your mailer inserted some Unicode 
space characters in it.  Patches inserted in the body of an email need to 
be verbatim with no whitespace changes from the email client for it to be 
possible to apply them, so if that's a problem they should be attached 
rather than included directly in the body of the email.

-- 
Joseph S. Myers
joseph@codesourcery.com

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]