Page MenuHomeFreeBSD

sound examples: Fix buffer mapping/allocation
ClosedPublic

Authored by meka_tilda.center on Wed, Nov 26, 6:43 PM.

Details

Summary

The buffer in struct config should be allocated or mmap'ed. The code without this patch allocates the buffer unconditionally, even for mmap configs.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable