Skip to content

Use-after-free on invalid code with label #4592

@efriedma-quic

Description

@efriedma-quic
Bugzilla Link 4220
Resolution FIXED
Resolved on Feb 17, 2011 22:14
Version unspecified
OS Linux
Depends On #3801

Extended Description

Testcase:

int a() { goto L; do { L:; } while 0; }

A use-after-free shows up running the testcase through "valgrind clang-cc".

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugzillaIssues migrated from bugzillaclang:frontendLanguage frontend issues, e.g. anything involving "Sema"

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions