Skip to content
Snippets Groups Projects
  1. Jun 04, 2024
    • Re Frag's avatar
      Ensure the servername fits into MAXSERVERNAME before setting it · b16c4df3
      Re Frag authored
      This commit adds a verification before setting the servername console
      variable. We now check that it fits within the MAXSERVERNAME length and
      we cancel setting it if it doesn't.
      Letting the servername be more than MAXSERVERNAME could lead to crashes
      when trying to edit the server name from the menu so, we now avoid
      those.
      b16c4df3
  2. 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.
      68264e72
  3. May 14, 2024
  4. May 08, 2024
  5. May 06, 2024
  6. Apr 07, 2024
  7. Apr 05, 2024
  8. Apr 03, 2024
  9. Mar 23, 2024
  10. Mar 21, 2024
  11. Mar 20, 2024
  12. Mar 16, 2024
Loading