[llvm-dev] -fsanitize=memory failing on 3.9.0

Wink Saville via llvm-dev llvm-dev at lists.llvm.org
Mon Sep 12 14:02:23 PDT 2016


I've looked at the version of libc I have and its 2.24:
$ /lib/libc.so.6
GNU C Library (GNU libc) stable release version 2.24, by Roland McGrath et al.

I then cloned the gcc 2.24 sources as of today and the code that
24e2b1cede1952d7d4411a3cafd25dd8593dab9f reverts is still there. I
also took a quick look at the Arch Linux glibc package
(https://git.archlinux.org/svntogit/packages.git/tree/trunk?h=packages/glibc)
and don't see any local patches.

Therefore I assume it hasn't been patched.



On Mon, Sep 12, 2016 at 1:38 AM, Renato Golin <renato.golin at linaro.org> wrote:
> On 12 September 2016 at 07:11, Somchai Smythe
> <buraphalinuxserver at gmail.com> wrote:
>> If you are on glibc-2.24, did you patch it with the fix
>> 24e2b1cede1952d7d4411a3cafd25dd8593dab9f that revert commits
>> 80f87443eed17838fe453f1f5406ccf5d3698c25 and
>> a824d609581d5ee7544aabcbbc70e8da44b2b5b6?  I had to do that since it
>> broke go, gcc, and clang address sanitizers without the patch.
>
> I didn't. Shouldn't the arch glibc maintainer do that and push an update?
>
> The bug https://bugs.archlinux.org/task/50385 doesn't seem to be
> associated with the glibc package...
>
> --renato


More information about the llvm-dev mailing list