File tree 2 files changed +125
-173
lines changed
darwin/Framework/CHIPTests
2 files changed +125
-173
lines changed Original file line number Diff line number Diff line change @@ -153,14 +153,12 @@ - (void)testBleCommissionAfterStopBrowseUAF
153
153
154
154
- (void )testShutdownBlePowerOffRaceUAF
155
155
{
156
- XCTSkip (@" Skip reproducer for known UAF crash" );
157
-
158
156
// Attempt a PASE connection over BLE, this will call BleConnectionDelegateImpl::NewConnection()
159
157
MTRSetupPayload * payload = [[MTRSetupPayload alloc ] initWithSetupPasscode: @54321 discriminator: @0xb1e ];
160
158
payload.discoveryCapabilities = MTRDiscoveryCapabilitiesBLE;
161
- NSError *error;
159
+ NSError * error;
162
160
XCTAssertTrue ([sController setupCommissioningSessionWithPayload: payload newNodeID: @999 error: &error],
163
- " setupCommissioningSessionWithPayload failed: %@" , error);
161
+ " setupCommissioningSessionWithPayload failed: %@" , error);
164
162
165
163
// Create a race between shutdown and a CBManager callback that provokes a UAF
166
164
// Note that on the order of 100 iterations can be necessary to reproduce the crash.
You can’t perform that action at this time.
0 commit comments