[Swift] Fix padding function overflow when bufSize is 0 (#5721)

* [Swift] Fix padding function overflow when bufSize is 0

[Swift] Generate linuxmain

* [Swift] Using the overflow addition operator to resolve integer overflow
This commit is contained in:
vkill
2020-01-25 01:45:19 +08:00
committed by Wouter van Oortmerssen
parent bab2b0db48
commit 7cdfc8475e
3 changed files with 10 additions and 1 deletions

View File

@@ -72,6 +72,7 @@ extension FlatBuffersVectors {
// `swift test --generate-linuxmain`
// to regenerate.
static let __allTests__FlatBuffersVectors = [
("testCreateEmptyIntArray", testCreateEmptyIntArray),
("testCreateIntArray", testCreateIntArray),
("testCreateSharedStringVector", testCreateSharedStringVector),
("testCreateVectorOfStrings", testCreateVectorOfStrings),