danielga / gmsv_serversecure

A module for Garry's Mod that mitigates exploits on the Source engine.
https://github.com/danielga/gmsv_serversecure
Other
127 stars 31 forks source link

New srcds update today broke the module #60

Closed storm37000 closed 3 years ago

storm37000 commented 3 years ago

New srcds update today causes all versions of this module to have a segfault as soon as its initialized.

robotboy655 commented 3 years ago

https://github.com/danielga/gmsv_serversecure/blob/136810ec5f408c05bbe878eb5b94cff0cb97189c/source/netfilter/core.cpp#L237

This var has been changed, it is now an unsigned long long, not an std::string.

danielga commented 3 years ago

Should be fixed by this release (currently building).

danielga commented 3 years ago

Closing the issue as this should be fixed.