File pcsx2-spu2null-overflow.patch of Package pcsx2
--- plugins/spu2/SPU2null/Src/SPU2.cpp
+++ plugins/spu2/SPU2null/Src/SPU2.cpp
@@ -197,7 +197,7 @@
{
unsigned long r,rs,rd;
int i;
- memset(RateTable,0,sizeof(unsigned long)*160); // build the rate table according to Neill's rules (see at bottom of file)
+ memset(RateTable,0,sizeof(u32)*160); // build the rate table according to Neill's rules (see at bottom of file)
r=3;rs=1;rd=0;