On Tue, Sep 12, 2023 at 03:19:08PM +0100, Peter Maydell wrote:
> Hi Gerd; this series has been reviewed. Did you want to take it
> via the audio tree? Or I can put it in via target-arm.next
> if you prefer.
arm tree is fine with me.
take care,
Gerd
Hi Gerd; this series has been reviewed. Did you want to take it
via the audio tree? Or I can put it in via target-arm.next
if you prefer.
thanks
-- PMM
On Fri, 18 Aug 2023 at 16:58, Peter Maydell wrote:
>
> This patchset removes two variable length arrays from the jack audio
> backend. The code
On Fri, Aug 18, 2023 at 7:59 PM Peter Maydell wrote:
>
> This patchset removes two variable length arrays from the jack audio
> backend. The codebase has very few VLAs, and if we can get rid of
> them all we can make the compiler error on new additions. This is a
> defensive measure against secu