mirror of
https://github.com/github/codeql.git
synced 2026-04-25 08:45:14 +02:00
Swift: Disable the part of the test that triggers an extraction issue.
This commit is contained in:
@@ -127,7 +127,7 @@ func test_commoncrypto1(key: Data, iv: Data, dataIn: Data, dataOut: inout Data)
|
||||
var myCryptor: CCCryptorRef?
|
||||
var dataOutWritten = 0
|
||||
|
||||
key.withUnsafeBytes({
|
||||
/*key.withUnsafeBytes({
|
||||
keyPtr in
|
||||
iv.withUnsafeBytes({
|
||||
// create the cryptor object
|
||||
@@ -175,7 +175,7 @@ func test_commoncrypto1(key: Data, iv: Data, dataIn: Data, dataOut: inout Data)
|
||||
})
|
||||
})
|
||||
})
|
||||
})
|
||||
})*/
|
||||
}
|
||||
|
||||
func test_commoncrypto2(
|
||||
|
||||
Reference in New Issue
Block a user