public inbox for dash@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/2] Fix two buffer overflows
@ 2025-04-29 21:47 Zurab Kvachadze
  2025-04-29 21:47 ` [PATCH 1/2] expand: Fix negative size parameter to memmove in subevalvar() Zurab Kvachadze
  2025-04-29 21:47 ` [PATCH 2/2] expand: pmatch(): Fix buffer overread caused by passing array of chars as string Zurab Kvachadze
  0 siblings, 2 replies; 6+ messages in thread
From: Zurab Kvachadze @ 2025-04-29 21:47 UTC (permalink / raw)
  To: dash; +Cc: Zurab Kvachadze

This little patch series fixes two memory bugs in dash. One was reported by Kate
Deplaix and the second one was accidentally found upon testing a potential fix.

Zurab Kvachadze (2):
  expand: Fix negative size parameter to memmove in subevalvar()
  expand: pmatch(): Fix buffer overread caused by passing array of chars
    as string

 src/expand.c | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

-- 
2.45.3


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2025-05-03  7:23 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-04-29 21:47 [PATCH 0/2] Fix two buffer overflows Zurab Kvachadze
2025-04-29 21:47 ` [PATCH 1/2] expand: Fix negative size parameter to memmove in subevalvar() Zurab Kvachadze
2025-05-02  5:34   ` Herbert Xu
2025-05-02  5:45     ` Herbert Xu
2025-04-29 21:47 ` [PATCH 2/2] expand: pmatch(): Fix buffer overread caused by passing array of chars as string Zurab Kvachadze
2025-05-03  7:23   ` Herbert Xu

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox