summaryrefslogtreecommitdiff
path: root/apps/talk.c
diff options
context:
space:
mode:
authorSolomon Peachy <pizza@shaftnet.org>2024-06-20 15:05:58 -0400
committerSolomon Peachy <pizza@shaftnet.org>2024-06-20 15:16:22 -0400
commit53a43522a367b2592e0e1a52383f0326434962d5 (patch)
tree1735f450fb461aebccb2c09bf936a7a60a4e9300 /apps/talk.c
parent4d0d41a0f434842636a65b3bb230b83c2c5c50b1 (diff)
downloadrockbox-53a43522a367b2592e0e1a52383f0326434962d5.tar.gz
rockbox-53a43522a367b2592e0e1a52383f0326434962d5.zip
mikmod: Fix null pointer dereference in mikmod plugin
While playing, the user can switch between status/samples/instruments/comments screens. The instrument names are blindly passed to printf, which will lead to a null pointer dereference if the instrument name is NULL. ...Which happens with some .IT modules that I have. This should arguably be fixed in the printf implementation, but we still shouldn't be passing in NULLs as string arguments! Change-Id: I2899e2f7e10565c251e495752b3ef1bbccea82c7
Diffstat (limited to 'apps/talk.c')
0 files changed, 0 insertions, 0 deletions