ソースを参照

Merge pull request #5091 from Auios/patch-2

fix: buffer overflow in jar_mod.h memcopy
pull/5032/head^2
Ray 2ヶ月前
committed by GitHub
コミット
881c68e323
この署名に対応する既知のキーがデータベースに存在しません GPGキーID: B5690EEEBB952194
1個のファイルの変更2行の追加2行の削除
  1. +2
    -2
      src/external/jar_mod.h

+ 2
- 2
src/external/jar_mod.h ファイルの表示

@ -1130,7 +1130,7 @@ static bool jar_mod_load( jar_mod_context_t * modctx, void * mod_data, int mod_d
{
if( modctx )
{
memcopy(&(modctx->song.title),modmemory,1084);
memcopy(&(modctx->song), modmemory, 1084);
i = 0;
modctx->number_of_channels = 0;
@ -1593,4 +1593,4 @@ void jar_mod_seek_start(jar_mod_context_t * ctx)
//-------------------------------------------------------------------------------
#endif //end of header file
#endif //end of header file

読み込み中…
キャンセル
保存