diff options
author | Takashi Iwai <[email protected]> | 2021-12-01 08:36:04 +0100 |
---|---|---|
committer | Takashi Iwai <[email protected]> | 2021-12-02 09:01:46 +0100 |
commit | 9d2479c960875ca1239bcb899f386970c13d9cfe (patch) | |
tree | d3e390812b7c0c029dd805367618f9417a935c3f /scripts/bpf_doc.py | |
parent | 289047db1143c42c81820352f195a393ff639a52 (diff) |
ALSA: pcm: oss: Fix negative period/buffer sizes
The period size calculation in OSS layer may receive a negative value
as an error, but the code there assumes only the positive values and
handle them with size_t. Due to that, a too big value may be passed
to the lower layers.
This patch changes the code to handle with ssize_t and adds the proper
error checks appropriately.
Reported-by: [email protected]
Reported-by: Bixuan Cui <[email protected]>
Cc: <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Takashi Iwai <[email protected]>
Diffstat (limited to 'scripts/bpf_doc.py')
0 files changed, 0 insertions, 0 deletions