]> git.rm.cloudns.org Git - xonotic/darkplaces.git/commit
OP_DIV_*: add division by zero checks.
authorRudolf Polzer <divVerent@gmail.com>
Fri, 3 Jan 2025 23:28:23 +0000 (18:28 -0500)
committerdivVerent <divVerent@gmail.com>
Wed, 22 Jan 2025 14:20:04 +0000 (09:20 -0500)
commit3523eda2241c22e9ddaa6739a3e52cc51252f17f
tree295937f0860d52d09f56d5d6f85e0d91a0418fa4
parent51db86ac280d2a3006b07c019a136cdd6da4deee
OP_DIV_*: add division by zero checks.

Now all the OP_DIV operations emit a warning and proceed on division by
zero, instead of potentially crashing the program.

This also handles the special case of -2147483648 / -1, which also traps on
x86 and thus must be handled.
prvm_execprogram.h
qtypes.h