SteamRE / SteamKit

SteamKit2 is a .NET library designed to interoperate with Valve's Steam network. It aims to provide a simple, yet extensible, interface to perform various actions on the network.
GNU Lesser General Public License v2.1
2.61k stars 497 forks source link

NetHelpers change throws in GetIPAddress #1410

Closed xPaw closed 2 months ago

xPaw commented 2 months ago

https://github.com/SteamRE/SteamKit/pull/1401

Unexpected exception propogated back to NetLoop: System.ArgumentOutOfRangeException: newAddress ('1844xxxxxxxxxxxxxx') must be less than or equal to '4294967295'. (Parameter 'newAddress')

at SteamKit2.NetHelpers.GetIPAddress(UInt32 ipAddr) in NetHelpers.cs:line 31

cc @ilyfairy