dokan-java icon indicating copy to clipboard operation
dokan-java copied to clipboard

Check parameterized VarArgs for possible Heap pollution

Open JaniruTEC opened this issue 4 years ago • 0 comments

Some methods (e.g. MaskValueSet#add(T...)) allow for VarArgs but haven't been explicitly checked for possible Heap pollution.

JaniruTEC avatar May 30 '20 15:05 JaniruTEC