All of lore.kernel.org
 help / color / mirror / Atom feed
* Fix theoretical one-byte buffer overrun
       [not found] <alsa-project/alsa-lib/pr/509@alsa-project.org>
@ 2026-06-02  9:18 ` GitHub pull_request - opened
  0 siblings, 0 replies; only message in thread
From: GitHub pull_request - opened @ 2026-06-02  9:18 UTC (permalink / raw)
  To: alsa-devel

alsa-project/alsa-lib pull request #509 was opened from dirkmueller:

If 64 (sizeof(buf))= or more characters were provided in the input string, this unconditionally writes a null byte to `buf[64]`, which is one byte past the end of the array.

Request URL   : https://github.com/alsa-project/alsa-lib/pull/509
Patch URL     : https://github.com/alsa-project/alsa-lib/pull/509.patch
Repository URL: https://github.com/alsa-project/alsa-lib

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2026-06-02  9:19 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <alsa-project/alsa-lib/pr/509@alsa-project.org>
2026-06-02  9:18 ` Fix theoretical one-byte buffer overrun GitHub pull_request - opened

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.