![simonb](/assets/img/avatar_default.png)
then checking that against ULONG_MAX. Instead use a "unsigned long" as the temporary variable. Then check against UINT32_MAX before assigning back to the original variable.
then checking that against ULONG_MAX. Instead use a "unsigned long" as the temporary variable. Then check against UINT32_MAX before assigning back to the original variable.