Re: [PATCH 6/8] sound: Fix buffer overflow in square wave generation

2022-04-29 Thread Tom Rini
On Sun, Apr 03, 2022 at 10:39:13AM +, Andrew Scull wrote: > Data is written for each channel but is only tracked as having one > channel written. This resulted in a buffer overflow and corruption of > the allocator's metadata which caused further problems when the buffer > was later freed. Thi

Re: [PATCH 6/8] sound: Fix buffer overflow in square wave generation

2022-04-11 Thread Simon Glass
On Sun, 3 Apr 2022 at 04:39, Andrew Scull wrote: > > Data is written for each channel but is only tracked as having one > channel written. This resulted in a buffer overflow and corruption of > the allocator's metadata which caused further problems when the buffer > was later freed. This could be