[LLVMbugs] [Bug 4220] Use-after-free on invalid code with label

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Thu Feb 17 20:14:46 PST 2011


http://llvm.org/bugs/show_bug.cgi?id=4220

Chris Lattner <clattner at apple.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #4 from Chris Lattner <clattner at apple.com> 2011-02-17 22:14:45 CST ---
This now valgrinds clean with the recent label rework that I landed.  It is
still (correctly) rejected with:


t2.c:1:36: error: expected '(' after 'do/while'
int a() { goto L; do { L:; } while 0; }
                                   ^

--- Comment #5 from Chris Lattner <clattner at apple.com> 2011-02-17 22:14:45 CST ---
This now valgrinds clean with the recent label rework that I landed.  It is
still (correctly) rejected with:


t2.c:1:36: error: expected '(' after 'do/while'
int a() { goto L; do { L:; } while 0; }
                                   ^

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list