Skip to content
Snippets Groups Projects
  1. May 20, 2024
    • Re Frag's avatar
      Fix buffer overflow when setting a NETVAR string CVar · 68264e72
      Re Frag authored
      There was a possible buffer overflow if you tried setting a console var
      that had the CV_NETVAR and that was of the string type.
      The overflow would happen if you were trying to set the console variable
      while in a multiplayer / netgame state.
      
      This commit just increases the size of buf to account for everything
      that needs to be written to it.
  2. May 14, 2024
  3. May 08, 2024
  4. May 06, 2024
  5. Apr 07, 2024
  6. Apr 05, 2024
  7. Apr 03, 2024
  8. Mar 23, 2024
  9. Mar 21, 2024
  10. Mar 20, 2024
  11. Mar 16, 2024
  12. Mar 15, 2024
Loading