-
Notifications
You must be signed in to change notification settings - Fork 14.8k
Closed
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillac++20coroutinesC++20 coroutinesC++20 coroutines
Description
Bugzilla Link | 50499 |
Version | 12.0 |
OS | All |
CC | @adrianimboden,@zygoloid |
Extended Description
Starting with Clang 12, the address sanitizers fail because of a use-after-free any time get_return_object
returns something that is not the parent object and the parent object is not empty. Here's a reproducer: https://godbolt.org/z/6Gfv3xG9o
Refs https://reviews.llvm.org/D103196 where this came up.
Metadata
Metadata
Assignees
Labels
bugzillaIssues migrated from bugzillaIssues migrated from bugzillac++20coroutinesC++20 coroutinesC++20 coroutines
Type
Projects
Status
Done