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 2019/11/7 8:32, Joseph Myers wrote:
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.


hello joseph, thanks for the improvement suggestions to me, this patch was maked by "git format-patch" and sent to the libc-alpha maillist was used by "git send-email" in a windows git-bash enviornment. I think i need to check my configuration again and find what happend. thank you.


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