Skip to content
Success

Changes

Summary

  1. CommandManager.c: Replace the sscanf format with normal check (commit: 70d95ce) (details)
  2. Util/Physics.c: Check for 0 in set orientation vectors (commit: 68b06f6) (details)
Commit 70d95ce0c73dce6f97e13a76f2a8318e0d04ca6c by 16738302+Haxk20
CommandManager.c: Replace the sscanf format with normal check

The %1000s format doesnt do what one would expect but instead
forcefully reads 1000 characters even if they arent there causing heap overflow
(commit: 70d95ce)
The file was modified Source/Server/Commands/CommandManager.c (diff)
Commit 68b06f675e139fc823346f5de3f84bdc08ed2b1b by 16738302+Haxk20
Util/Physics.c: Check for 0 in set orientation vectors

This would appear in rare cases which would cause older OS clients
to crash due to division by 0.
(commit: 68b06f6)
The file was modified Source/Util/Physics.c (diff)