[quake3-commits] [ioquake/ioq3] e9e11f: Fix possible bot goal state NULL pointer dereferen...

IR4T4 gutzu at gmx.ch
Thu Apr 26 12:34:17 EDT 2018


  Branch: refs/heads/master
  Home:   https://github.com/ioquake/ioq3
  Commit: e9e11f160501e2dbd60351968a496e9c4bed5e6d
      https://github.com/ioquake/ioq3/commit/e9e11f160501e2dbd60351968a496e9c4bed5e6d
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2018-04-26 (Thu, 26 Apr 2018)

  Changed paths:
    M code/botlib/be_ai_goal.c

  Log Message:
  -----------
  Fix possible bot goal state NULL pointer dereference


  Commit: a82a99f68dfb740d752e422559859b054ffe1cfa
      https://github.com/ioquake/ioq3/commit/a82a99f68dfb740d752e422559859b054ffe1cfa
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2018-04-26 (Thu, 26 Apr 2018)

  Changed paths:
    M code/botlib/be_ai_goal.c

  Log Message:
  -----------
  Fix uninitialized bot_goal_t fields


  Commit: 05758d52f428696dd6e2d508a7a5f480601de8bc
      https://github.com/ioquake/ioq3/commit/05758d52f428696dd6e2d508a7a5f480601de8bc
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2018-04-26 (Thu, 26 Apr 2018)

  Changed paths:
    M code/qcommon/cmd.c

  Log Message:
  -----------
  Remove unnecessary NULL pointer check in Cmd_RemoveCommand


  Commit: 7ad05ccf2d8bc4638151489e1da4d4d2ab1168fb
      https://github.com/ioquake/ioq3/commit/7ad05ccf2d8bc4638151489e1da4d4d2ab1168fb
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2018-04-26 (Thu, 26 Apr 2018)

  Changed paths:
    M code/q3_ui/ui_atoms.c

  Log Message:
  -----------
  Make UI_DrawProportionalString handle NULL string

This makes the function consistent with UI_DrawString.


  Commit: 3bc3fa1b3ba0e0ab52723e4d72d068b475dc3c29
      https://github.com/ioquake/ioq3/commit/3bc3fa1b3ba0e0ab52723e4d72d068b475dc3c29
  Author: Zack Middleton <zack at cloemail.com>
  Date:   2018-04-26 (Thu, 26 Apr 2018)

  Changed paths:
    M Makefile

  Log Message:
  -----------
  Fix compiling against macOS system OpenAL and SDL2 frameworks


  Commit: 9b2df260247c1ac4a88456473c1151f1600f75dd
      https://github.com/ioquake/ioq3/commit/9b2df260247c1ac4a88456473c1151f1600f75dd
  Author: IR4T4 <gutzu at gmx.ch>
  Date:   2018-04-26 (Thu, 26 Apr 2018)

  Changed paths:
    M code/game/g_combat.c

  Log Message:
  -----------
  Fix array index in CanDamage() function - discovered by MARTY

The wrong array element was accessed. However the correct element is the
same value so fixing it does not affect gameplay.


Compare: https://github.com/ioquake/ioq3/compare/9a0ee67e04c1...9b2df260247c


More information about the quake3-commits mailing list