Skip to Content.
Sympa Menu

svadev - Re: [svadev] safecode: infinite loop with -fmemsafety

svadev AT lists.siebelschool.illinois.edu

Subject: Svadev mailing list

List archive

Re: [svadev] safecode: infinite loop with -fmemsafety


Chronological Thread 
  • From: John Criswell <criswell AT illinois.edu>
  • To: <willdtz AT gmail.com>
  • Cc: svadev AT cs.uiuc.edu
  • Subject: Re: [svadev] safecode: infinite loop with -fmemsafety
  • Date: Tue, 12 Jun 2012 12:23:12 -0500
  • List-archive: <http://lists.cs.uiuc.edu/pipermail/svadev>
  • List-id: <svadev.cs.uiuc.edu>
  • Organization: University of Illinois

On 6/12/12 11:03 AM, Will Dietz wrote:
I just committed some minor changes to SC that should fix this issue.

The underlying issue was the same as
http://lists.cs.uiuc.edu/pipermail/llvmdev/2011-August/042684.html and
the fix was what was described there.

Unexpected trick was having to set the alignment, since otherwise the
memset calls would segfault (separate commit to highlight this
aspect).

Hope this helps!

Thanks, Will!

-- John T.





Archive powered by MHonArc 2.6.16.

Top of Page