GTA5Online-Private_Public_Lobby icon indicating copy to clipboard operation
GTA5Online-Private_Public_Lobby copied to clipboard

Range fault when adding adjacent ip addresses

Open system- opened this issue 7 years ago • 1 comments

just found if you put adjacent ip addresses like:"192.0.0.1&192.0.0.2" in the white list, and because you use scope += Substract(ip) + "," + Add(ip) + "-"; for representation, it will run into a range fault. I'm thinking of for Substract: if newBytes is contained in the list then -1 for add :if newBytes is contained in the list then +1 Never learned C# though. Maybe you'll fix it?

system- avatar Dec 31 '17 09:12 system-

Hi, thanks for bringing this up. I'll look into it.

CodeSwine avatar Dec 31 '17 20:12 CodeSwine