On 06/20/2014 04:59 PM, Jakub Jelinek wrote:
On Fri, Jun 20, 2014 at 04:55:43PM +0400, Maxim Ostapenko wrote:
What about bootstrap though?
Bootstrap in progress.

+__SIZE_TYPE__ strlen (const char *p) {
+  /* Simulate error */
+  if (p == a)
+    return 1;
Why this?  Can't you instead just use __attribute__((no_sanitize_address,
noinline))
on it instead?
Done.

Ok to commit if bootstrap will succeed?
Ok, thanks.

        Jakub

Thanks, done in r211849.

-Maxim

Reply via email to