]> git.xonotic.org Git - xonotic/darkplaces.git/commit
PRVM: fix null ptr deref in VM_getkeybind()
authorbones_was_here <bones_was_here@xonotic.au>
Sun, 31 Mar 2024 19:21:01 +0000 (05:21 +1000)
committerbones_was_here <bones_was_here@xonotic.au>
Mon, 1 Apr 2024 10:42:25 +0000 (20:42 +1000)
commit89ab2a529c8cc3f9ec29d0c51065c10a56eea8b2
treea0fb7958fe03ad8b72ce339498fe0c5123d33515
parent02cc3403ad217f5566a416771725b6aac97d4559
PRVM: fix null ptr deref in VM_getkeybind()

Breaking commit was 26a665ff43052862131df3c63785f91861989fc8

Fixes https://github.com/DarkPlacesEngine/darkplaces/issues/133

Signed-off-by: bones_was_here <bones_was_here@xonotic.au>
prvm_cmds.c