]> de.git.xonotic.org Git - xonotic/darkplaces.git/commit
Fix PRVM_ValueString and PRVM_UglyValueString to check for out of bounds
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 7 Jan 2020 10:25:49 +0000 (10:25 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Tue, 7 Jan 2020 10:25:49 +0000 (10:25 +0000)
commit88b33141e9e1ef1af7a41904025b7d9835dd9251
tree5c20b879b77ffd2cbf7a91028f43a38ae6ec6764
parent7e1e118c743ea5f229f8d2206ad05861cd6afda3
Fix PRVM_ValueString and PRVM_UglyValueString to check for out of bounds
dereference on a value provided by VM code, and also a NULL pointer
check for another field type.

git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@12484 d7cf8633-e32d-0410-b094-e92efae38249
prvm_edict.c