Follow @Openwall on Twitter for new release announcements and other news
[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Date: Fri, 24 Aug 2012 21:04:22 +0200
From: Szabolcs Nagy <nsz@...t70.net>
To: musl@...ts.openwall.com
Subject: Re: build musl with clang

* agent <agentprog@...il.com> [2012-08-25 00:55:34 +0600]:
> that not only 'if (p[-1])' gets wiped out but any 'if (p[i])'.
> though the nature of this i suppose the same

yes

you can try the same code with another function name
instead of malloc
(eg add a void *foobar(size_t); prototype and use that)

if the generated code is different then that clearly
demonstrates the bug in -ffreestanding

Powered by blists - more mailing lists

Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.