https://sourceware.org/bugzilla/show_bug.cgi?id=21437

--- Comment #4 from Nick Clifton <nickc at redhat dot com> ---
Created attachment 10031
  --> https://sourceware.org/bugzilla/attachment.cgi?id=10031&action=edit
Possible patch

Hi Brian,

  Fascinating.  I still cannot reproduce this failure, which leads me to
believe that it may very well be a clang/llvm bug.  One obvious possibility for
this is that it may be miscompiling the test for buffer overflow just before
the read at line 10189.  So please could you try out the uploaded patch and let
me know if it has any effect.  All that the patch does is to rearrange the code
slightly and change the check to be a pointer comparison rather than an integer
comparison.

Cheers
  Nick

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to