org.kernel.vger.dash archive
512 archived articles, newest first (page 2 of 6). Latest articles →
Re: Extraneous test in setsignal()?
Mon, 16 Mar 2026 10:41:05 +0900Re: [BUG] invalid-shift-base umaskcmd() src/miscbltin.c:258:26
Mon, 16 Mar 2026 08:27:41 +0900[PATCH] expand: Use memmove when copying multi-byte chars in rmescapes
Sun, 15 Mar 2026 21:45:08 +0900[PATCH] builtin: Fix read overflow in umaskcmd
Sun, 15 Mar 2026 18:30:59 +0900[PATCH] parser: Catch bogus case patterns
Sun, 15 Mar 2026 14:44:53 +0900Re: 0.5.13 regression: Coredump
Sat, 14 Mar 2026 18:38:57 +0900Re: regression in parameter expansion with backslash escaped strings
Sat, 14 Mar 2026 18:34:57 +0900Re: [PATCH] input: Fix heap buffer overflow in preadbuffer for non-SMALL builds
Sat, 14 Mar 2026 18:26:14 +0900Re: [PATCH] input: Fix heap-buffer-overflow in preadbuffer on long lines
Sat, 14 Mar 2026 18:23:37 +0900Re: [PATCH v2] expand: fix SIGBUS due to unaligned access
Sat, 14 Mar 2026 18:23:16 +0900[PATCH] input: Fix preadbuffer loop when libedit is enabled
Thu, 12 Mar 2026 19:02:17 +0900regression in parameter expansion with backslash escaped strings
Wed, 4 Mar 2026 20:32:10 -0500Re: Fwd: Behavior change in Dash pipes/read?
Tue, 3 Mar 2026 18:38:46 +0900Re: Fwd: Behavior change in Dash pipes/read?
Sun, 1 Mar 2026 10:45:35 +0900[PATCH] input: Fix heap buffer overflow in preadbuffer for non-SMALL builds
Sun, 22 Feb 2026 05:09:10 -0600Re: [PATCH v2] expand: fix SIGBUS due to unaligned access
Wed, 18 Feb 2026 20:10:56 -0800Re: [PATCH] expand: Avoid unaligned access through uint64_t pointer
Sat, 14 Feb 2026 05:25:23 +0000[PATCH] expand: Avoid unaligned access through uint64_t pointer
Fri, 13 Feb 2026 21:09:58 -0800[PATCH] input: Fix heap-buffer-overflow in preadbuffer on long lines
Wed, 11 Feb 2026 23:29:44 -0800Re: Surprising behaviour when reading from a named pipe and standard input
Tue, 10 Feb 2026 10:24:04 +0000Re: Surprising behaviour when reading from a named pipe and standard input
Tue, 10 Feb 2026 02:00:18 +0000Surprising behaviour when reading from a named pipe and standard input
Tue, 10 Feb 2026 01:11:11 +0000Re: Fwd: Behavior change in Dash pipes/read?
Sat, 7 Feb 2026 21:03:16 +0200Re: Fwd: Behavior change in Dash pipes/read?
Wed, 4 Feb 2026 17:16:50 +0800Re: Fwd: Behavior change in Dash pipes/read?
Tue, 3 Feb 2026 18:53:47 +0200Re: your $(#…) bugreport
Tue, 3 Feb 2026 09:32:32 -0500Re: your $(#…) bugreport
Tue, 3 Feb 2026 14:32:59 +0100 (CET)Missing v0.5.13.1
Tue, 3 Feb 2026 11:52:24 +0100Re: your $(#…) bugreport
Tue, 3 Feb 2026 11:00:59 +0200Re: [PATCH] jobs: Fix here-document crash
Tue, 3 Feb 2026 09:38:11 +0100Re: Fwd: Behavior change in Dash pipes/read?
Tue, 3 Feb 2026 13:56:49 +0800[PATCH] jobs: Fix here-document crash
Tue, 3 Feb 2026 13:36:03 +0800[PATCH] shell: Add support for disabling memfd_create(3)
Tue, 3 Feb 2026 13:04:21 +0800Re: dash 0.5.13.1: heredoc parsing failure
Tue, 3 Feb 2026 10:37:39 +0800Re: dash 0.5.13.1: heredoc parsing failure
Mon, 2 Feb 2026 14:15:19 +0100Fwd: Behavior change in Dash pipes/read?
Mon, 2 Feb 2026 07:14:18 +0200trstring() has \ooo octal printing code, it's buggy
Wed, 28 Jan 2026 13:06:52 +0100In JOBS = 0 config, stoppedjobs() always returns 0
Wed, 28 Jan 2026 07:05:50 +0100Re: [PATCH] main.c: obviously initialize smark
Wed, 28 Jan 2026 12:51:45 +0800Re: fc -s causes infinite loop
Wed, 28 Jan 2026 12:47:39 +0800[PATCH] shell: Add support for building without tee(2)
Wed, 28 Jan 2026 12:31:35 +0800Re: Behavior change in Dash pipes/read?
Wed, 28 Jan 2026 12:30:44 +0800Re: dash 0.5.13.1: heredoc parsing failure
Wed, 28 Jan 2026 12:16:53 +0800Superfluous "chdir" builtin - maybe remove?
Wed, 28 Jan 2026 01:26:57 +0100Re: Unreachable code in evalsubshell()?
Tue, 27 Jan 2026 16:22:36 +0100Re: Unreachable code in evalsubshell()?
Tue, 27 Jan 2026 07:49:20 +0000Extraneous test in setsignal()?
Tue, 27 Jan 2026 05:31:37 +0100Unreachable code in evalsubshell()?
Tue, 27 Jan 2026 05:26:13 +0100Re: your $(#…) bugreport
Mon, 26 Jan 2026 21:06:31 +0000 (UTC)Re: Dash 0.5.12 bug - POSIX process substitution $() handling error with embedded comments
Mon, 26 Jan 2026 12:18:42 +0000Dash 0.5.12 bug - POSIX process substitution $() handling error with embedded comments
Mon, 26 Jan 2026 13:55:24 +0200Re: [BUG] nullptr-with-offset growjobtab() src/jobs.c:818:34
Fri, 23 Jan 2026 15:43:54 +0300[BUG] nullptr-with-offset growjobtab() src/jobs.c:818:34
Tue, 20 Jan 2026 21:49:53 +0300Re: [BUG] heap-buffer-overflow(read) pmatch() src/expand.c:1630:18
Mon, 19 Jan 2026 20:26:08 +0300[BUG] invalid-shift-base umaskcmd() src/miscbltin.c:258:26
Mon, 19 Jan 2026 19:38:34 +0300[BUG] memcpy-param-overlap _rmescapes src/expand.c:2129:8
Mon, 19 Jan 2026 16:48:55 +0300[PATCH v2] expand: fix SIGBUS due to unaligned access
Fri, 16 Jan 2026 21:55:39 +0100[BUG] heap-buffer-overflow(read) pmatch() src/expand.c:1630:18
Fri, 16 Jan 2026 22:16:10 +0300[BUG] misaligned-pointer-use memtodest() src/expand.c:964:17
Fri, 16 Jan 2026 21:44:26 +0300[PATCH] expand: fix SIGBUS due to unaligned access
Fri, 16 Jan 2026 18:11:21 +0100[BUG] global-buffer-overflow umaskcmd() src/miscbltin.c:275
Thu, 15 Jan 2026 17:09:18 +0300heap-use-after-free calcsize() src/nodes.c:174
Tue, 13 Jan 2026 21:56:48 +0300[PATCH] main.c: obviously initialize smark
Tue, 06 Jan 2026 16:34:27 +0100fc -s causes infinite loop
Fri, 02 Jan 2026 20:18:25 +0000Unable to unsubscribe from [email protected]
Wed, 24 Dec 2025 14:56:41 +0000Re: Behavior change in Dash pipes/read?
Sun, 21 Dec 2025 19:22:09 +0200Re: Behavior change in Dash pipes/read?
Sat, 20 Dec 2025 17:35:26 +0000Behavior change in Dash pipes/read?
Sat, 20 Dec 2025 18:41:55 +0200POSIX read -d option is not implemented
Wed, 10 Dec 2025 15:42:26 +0000dash 0.5.13.1: heredoc parsing failure
Thu, 6 Nov 2025 15:52:59 +0100[PATCH] options: Call input_init before using stdin_istty
Fri, 31 Oct 2025 13:10:00 +0800dash 0.5.13.1: strange pipe behaviour
Thu, 30 Oct 2025 11:25:14 +00000.5.13 regression: Coredump
Sat, 25 Oct 2025 19:57:06 -0500Re: [PATCH] shell: Fix unsigned char promotion and truncation
Thu, 23 Oct 2025 11:29:43 +0000Treat $_ as a special variable
Wed, 22 Oct 2025 14:18:13 +0000[PATCH] shell: Fix unsigned char promotion and truncation
Tue, 21 Oct 2025 21:29:32 +0800dash 0.5.13.1: problems with dash as /bin/sh on ARM64
Mon, 20 Oct 2025 12:31:03 +0000Re: [PATCH] builtin: Keep backslash on quotes outside of dollarsq
Mon, 06 Oct 2025 15:12:10 +0000Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
Mon, 6 Oct 2025 11:28:38 +0800[PATCH] builtin: Keep backslash on quotes outside of dollarsq
Mon, 6 Oct 2025 11:26:02 +0800Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
Mon, 6 Oct 2025 10:15:16 +0800Re: < "$@" doesn't expand properly?
Sun, 5 Oct 2025 09:21:27 +0200Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
Sat, 4 Oct 2025 16:47:05 -0600Re: < "$@" doesn't expand properly?
Sat, 04 Oct 2025 11:13:51 -0400Re: < "$@" doesn't expand properly?
Sat, 4 Oct 2025 15:31:59 +0200bash 0.5.13: breaks buiding of inetutils
Sat, 04 Oct 2025 12:11:47 +0000Re: < "$@" doesn't expand properly?
Sat, 4 Oct 2025 12:42:30 +0100Re: < "$@" doesn't expand properly?
Sat, 4 Oct 2025 08:55:47 +0200Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
Sat, 4 Oct 2025 12:00:30 +0800Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
Fri, 3 Oct 2025 21:19:39 -0600Re: < "$@" doesn't expand properly?
Fri, 03 Oct 2025 19:31:50 -0400< "$@" doesn't expand properly?
Sat, 4 Oct 2025 00:47:01 +0200Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
Fri, 3 Oct 2025 15:29:47 +0800Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
Thu, 2 Oct 2025 15:56:47 -0600Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
Wed, 1 Oct 2025 08:40:35 +0800Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
Tue, 30 Sep 2025 11:11:49 -0600Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
Tue, 30 Sep 2025 20:26:02 +0800Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
Mon, 29 Sep 2025 13:18:48 -0600Re: [PATCH] expand: Fix off-by-one bug in expmeta
Mon, 29 Sep 2025 13:40:27 -0500Re: dash 0.5.13 configure config.status truncated running under dash 0.5.13
Mon, 29 Sep 2025 04:29:54 -0600
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.