mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
ObjCSelector::getSelectorPieces() can return a pointer to *this, so don't use it on a temporary. Fixes an ASan-detected stack-use-after-scope, rdar://problem/31837593.