Fixed integer overflow when matching PVPVC claims. Added tests to guard this behavior.
This commit is contained in:
@@ -805,6 +805,7 @@ var (
|
||||
classExternal string = "external"
|
||||
classUnknownInternal string = "unknown-internal"
|
||||
classUnsupportedMountOptions string = "unsupported-mountoptions"
|
||||
classLarge string = "large"
|
||||
)
|
||||
|
||||
// wrapTestWithPluginCalls returns a testCall that:
|
||||
|
Reference in New Issue
Block a user