[quake3-commits] [ioquake/ioq3] 2d6171: Remove CVAR_PROTECTED from cl_renderer

Tobias Kuehnhammer kuehnhammertobias at gmail.com
Wed Aug 2 16:14:11 EDT 2017


  Branch: refs/heads/master
  Home:   https://github.com/ioquake/ioq3
  Commit: 2d6171f44c72177a4b996eb721f353839fb5273d
      https://github.com/ioquake/ioq3/commit/2d6171f44c72177a4b996eb721f353839fb5273d
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2017-08-02 (Wed, 02 Aug 2017)

  Changed paths:
    M code/client/cl_main.c

  Log Message:
  -----------
  Remove CVAR_PROTECTED from cl_renderer

Setting cl_renderer isn't a security concern and valid behavior for
a menu to provide. Sys_LoadDLL ensures only libries are loaded and
engine prevents QVMs from writing them.


  Commit: d2b1d124d4055c2fcbe5126863487c52fd58cca1
      https://github.com/ioquake/ioq3/commit/d2b1d124d4055c2fcbe5126863487c52fd58cca1
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2017-08-02 (Wed, 02 Aug 2017)

  Changed paths:
    M code/qcommon/huffman.c
    M code/qcommon/msg.c
    M code/qcommon/qcommon.h

  Log Message:
  -----------
  Fix/improve buffer overflow in MSG_ReadBits/MSG_WriteBits

Prevent reading past end of message in MSG_ReadBits. If read past
end of msg->data buffer (16348 bytes) the engine could SEGFAULT.
Make MSG_WriteBits use an exact buffer overflow check instead of
possibly failing with a few bytes left.


  Commit: 9c4c363cccf0d891c93500d392fa9d80d3070d27
      https://github.com/ioquake/ioq3/commit/9c4c363cccf0d891c93500d392fa9d80d3070d27
  Author: Tobias Kuehnhammer <kuehnhammertobias at gmail.com>
  Date:   2017-08-02 (Wed, 02 Aug 2017)

  Changed paths:
    M code/botlib/be_aas_move.c

  Log Message:
  -----------
  Fix friction in AAS_ClientMovementPrediction

Ground and water friction were reversed.


Compare: https://github.com/ioquake/ioq3/compare/c05fbe554e89...9c4c363cccf0


More information about the quake3-commits mailing list