From 9630fd13d91a33317ab1c6c4f814017671349bc7 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Wed, 5 Feb 2025 21:47:46 +0100 Subject: m MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- radharc-ipc.c | 1 + 1 file changed, 1 insertion(+) diff --git a/radharc-ipc.c b/radharc-ipc.c index e246375..83f436f 100644 --- a/radharc-ipc.c +++ b/radharc-ipc.c @@ -83,6 +83,7 @@ main(int argc, char *argv[]) if (*arg == '&') { if (num > (uintmax_t)INT_MAX) usage(); + /* TODO whoops, this should be send with that fd, not to it */ addresses[i] = malloc(sizeof("/proc/self/fd/") + strlen(&arg[1])); if (!addresses[i]) goto fail; -- cgit v1.2.3-70-g09d2