alphaleonis / AlphaFS

AlphaFS is a .NET library providing more complete Win32 file system functionality to the .NET platform than the standard System.IO classes.
http://alphafs.alphaleonis.com/
MIT License
558 stars 99 forks source link

Removed overload that will always result in an exception #528

Open Genbox opened 2 years ago

Genbox commented 2 years ago

EnumerateOpenConnectionsCore is called with null in the share parameter. Due to the if (Utils.IsNullOrWhiteSpace(share)) condition, it will always throw an ArgumentNullException.