]> git.unchartedbackwaters.co.uk Git - francis/winuae.git/commit
prowizard: fix GnuPlayer sample buffer size
authorStefan Reinauer <stefan.reinauer@coreboot.org>
Wed, 17 Jun 2026 20:57:46 +0000 (13:57 -0700)
committerStefan Reinauer <stefan.reinauer@coreboot.org>
Wed, 17 Jun 2026 22:26:51 +0000 (15:26 -0700)
commit2435384b31f3eaaa7f7d0671a21de1a1243057ba
tree6106cfb1f6e91d00c0d6e5ec4c5845db1ea8290c
parentd85b180a418ea81eb1845b72e6ba6d1b98699a74
prowizard: fix GnuPlayer sample buffer size

GnuPlayer clears a 64 KiB scratch buffer before expanding sample data,
but allocated only 65436 bytes for it. Allocate the full 65536 bytes so
the clear and later sample writes stay inside the buffer.
prowizard/rippers/GnuPlayer.c