Fixed integer overflow when matching PVPVC claims. Added tests to guard this behavior.

This commit is contained in:
David Zhu
2017-08-30 17:28:16 -07:00
parent ad6c85ca2e
commit a60965337c
4 changed files with 74 additions and 13 deletions

View File

@@ -805,6 +805,7 @@ var (
classExternal string = "external"
classUnknownInternal string = "unknown-internal"
classUnsupportedMountOptions string = "unsupported-mountoptions"
classLarge string = "large"
)
// wrapTestWithPluginCalls returns a testCall that: