From f84afb7cc5233a56d019b95a4b0aac5e79eb92f9 Mon Sep 17 00:00:00 2001 From: Levent Kaya Date: Tue, 17 Mar 2026 15:07:04 +0300 Subject: [PATCH] unix: prevent uv__make_subdirs_p buffer overflow --- src/unix/aix.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/unix/aix.c b/src/unix/aix.c index d99dc8fd5..70a9aba7b 100644 --- a/src/unix/aix.c +++ b/src/unix/aix.c @@ -523,7 +523,6 @@ static int uv__make_subdirs_p(const char *filename) { int rc = 0; size_t cmd_len; ptrdiff_t dir_part_len; - /* Strip off the monitor file name */ p = strrchr(filename, '/');