public inbox for dash@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2025-05-30 17:50:05 to 2026-03-30 11:12:57 UTC [more...]

Closing parenthesis doesn't raise error in backticked command substitution
 2026-03-30 11:12 UTC 

[BUG] case fails since 0.5.13.2
 2026-03-27 14:28 UTC 

[BUG] stack-overflow in src/parser.c
 2026-03-18 11:12 UTC 

trstring() has \ooo octal printing code, it's buggy
 2026-03-16  4:27 UTC  (2+ messages)

In JOBS = 0 config, stoppedjobs() always returns 0
 2026-03-16  4:24 UTC  (2+ messages)
` [PATCH] jobs: Make stoppedjobs trivial if JOBS == 0

Extraneous test in setsignal()?
 2026-03-16  1:41 UTC  (2+ messages)

[BUG] invalid-shift-base umaskcmd() src/miscbltin.c:258:26
 2026-03-15 23:27 UTC  (2+ messages)

[BUG] memcpy-param-overlap _rmescapes src/expand.c:2129:8
 2026-03-15 12:45 UTC  (2+ messages)
` [PATCH] expand: Use memmove when copying multi-byte chars in rmescapes

[BUG] global-buffer-overflow umaskcmd() src/miscbltin.c:275
 2026-03-15  9:30 UTC  (2+ messages)
` [PATCH] builtin: Fix read overflow in umaskcmd

heap-use-after-free calcsize() src/nodes.c:174
 2026-03-15  5:44 UTC  (2+ messages)
` [PATCH] parser: Catch bogus case patterns

0.5.13 regression: Coredump
 2026-03-14  9:38 UTC  (2+ messages)

regression in parameter expansion with backslash escaped strings
 2026-03-14  9:34 UTC  (2+ messages)

[PATCH] input: Fix heap buffer overflow in preadbuffer for non-SMALL builds
 2026-03-14  9:26 UTC  (2+ messages)

[PATCH] input: Fix heap-buffer-overflow in preadbuffer on long lines
 2026-03-14  9:23 UTC  (2+ messages)

[PATCH v2] expand: fix SIGBUS due to unaligned access
 2026-03-14  9:23 UTC  (3+ messages)

Behavior change in Dash pipes/read?
 2026-03-12 10:02 UTC  (12+ messages)
    ` Fwd: "
                  ` [PATCH] input: Fix preadbuffer loop when libedit is enabled

[PATCH] expand: Avoid unaligned access through uint64_t pointer
 2026-02-14  5:25 UTC  (2+ messages)

Surprising behaviour when reading from a named pipe and standard input
 2026-02-10 10:24 UTC  (3+ messages)

your $(#…) bugreport
 2026-02-03 14:32 UTC  (4+ messages)

Missing v0.5.13.1
 2026-02-03 10:52 UTC 

dash 0.5.13.1: heredoc parsing failure
 2026-02-03  8:38 UTC  (6+ messages)
      ` [PATCH] jobs: Fix here-document crash

[PATCH] shell: Add support for disabling memfd_create(3)
 2026-02-03  5:04 UTC 

[PATCH] main.c: obviously initialize smark
 2026-01-28  4:51 UTC  (2+ messages)

fc -s causes infinite loop
 2026-01-28  4:47 UTC  (2+ messages)

[PATCH] shell: Add support for building without tee(2)
 2026-01-28  4:31 UTC 

Superfluous "chdir" builtin - maybe remove?
 2026-01-28  0:26 UTC 

Unreachable code in evalsubshell()?
 2026-01-27 15:22 UTC  (3+ messages)

Dash 0.5.12 bug - POSIX process substitution $() handling error with embedded comments
 2026-01-26 12:18 UTC  (2+ messages)

[BUG] nullptr-with-offset growjobtab() src/jobs.c:818:34
 2026-01-23 12:43 UTC  (2+ messages)

[BUG] heap-buffer-overflow(read) pmatch() src/expand.c:1630:18
 2026-01-19 17:26 UTC  (2+ messages)

[BUG] misaligned-pointer-use memtodest() src/expand.c:964:17
 2026-01-16 18:44 UTC 

[PATCH] expand: fix SIGBUS due to unaligned access
 2026-01-16 17:11 UTC 

Unable to unsubscribe from dash@vger.kernel.org
 2025-12-24 14:56 UTC 

POSIX read -d option is not implemented
 2025-12-10 15:42 UTC 

dash 0.5.13.1: strange pipe behaviour
 2025-10-31  5:10 UTC  (2+ messages)
` [PATCH] options: Call input_init before using stdin_istty

dash 0.5.13.1: problems with dash as /bin/sh on ARM64
 2025-10-23 11:29 UTC  (3+ messages)
` [PATCH] shell: Fix unsigned char promotion and truncation

Treat $_ as a special variable
 2025-10-22 14:18 UTC 

bash 0.5.13: breaks buiding of inetutils
 2025-10-06 15:12 UTC  (3+ messages)
` [PATCH] builtin: Keep backslash on quotes outside of dollarsq

dash 0.5.13 configure config.status truncated running under dash 0.5.13
 2025-10-06  3:28 UTC  (16+ messages)

< "$@" doesn't expand properly?
 2025-10-05  7:21 UTC  (7+ messages)

bug: 0.5.13 regression (bisected)
 2025-09-29 18:40 UTC  (4+ messages)
` [PATCH] expand: Fix off-by-one bug in expmeta

bug: 0.5.13 regression in parsing
 2025-09-23 20:47 UTC  (10+ messages)
          ` [PATCH] expand: Fix typo in pmatch for wildcard search

Incorrect detection of EOF with interactive editline
 2025-09-22  3:43 UTC  (4+ messages)
` [PATCH] histedit: fix dash exiting when receiving a signal interactively

[PATCH] [DNM] builtin: add source for Bash compat
 2025-09-14 22:22 UTC  (2+ messages)

procargs(): interactivity falsely detected (acc. to POSIX)
 2025-09-14  1:45 UTC  (2+ messages)
` [PATCH] options: Check stderr instead of stdout for interactivity

bug: 64bit arithmetic/number parsing
 2025-09-14  1:37 UTC  (2+ messages)
` [PATCH] mystring: Ignore ERANGE errors in atomax

[PATCH] parser: Skip parsing of old-style command substitution here-doc marker
 2025-09-14  0:51 UTC  (8+ messages)
` [PATCH] expand: Check for NUL before parsing range expression in pmatch
` I found multiple crash bugs in Dash v0.5.12-115-gb4ef25d
` [PATCH] parser: Fix USTPUTC overflow for new-style command substition here-doc marker
    ` [PATCH] expand: Do not use memcmp on strings

Simplify procargs
 2025-08-31  8:45 UTC  (2+ messages)

[PATCH] VxWorks Support
 2025-08-31  8:45 UTC  (2+ messages)

[PATCH] Handle line continuation in unquoted heredocs
 2025-08-28  9:47 UTC  (3+ messages)

[BUG] heap-buffer-overflow(read) _rmescapes() src/expand.c:2088:9
 2025-08-28  9:27 UTC  (2+ messages)
` [PATCH] expand: Do not call rmescapes in expari

[BUG] SEGV getop() src/bltin/test.c:171:7
 2025-08-28  9:13 UTC  (5+ messages)
` [PATCH] builtin: Fix argv overrun in aexpr and oexpr

[BUG] heap-buffer-overflow(read) padvance_magic() exec.c:232:8
 2025-08-28  8:53 UTC  (2+ messages)

New release (or blessing to take a snapshot)?
 2025-08-28  5:48 UTC  (2+ messages)

[BUG] heap-buffer-overflow setinputstring() src/input.c
 2025-08-27  9:13 UTC  (2+ messages)
` [PATCH] parser: Do not display prompts in expandstr

[BUG] heap-use-after-free(read) pstrcmp() src/mystring.c
 2025-08-27  5:19 UTC  (2+ messages)

Automatic Termination After Background Job Completes
 2025-08-26  5:38 UTC  (2+ messages)

wait code is fishy
 2025-08-25  9:53 UTC  (8+ messages)

[PATCH] jobs: Cache getpid
 2025-08-24  2:42 UTC 

Looking at "int vforked" in signal handler is racy
 2025-08-24  2:39 UTC  (9+ messages)

[PATCH] input: Call input_init on first use
 2025-08-24  1:51 UTC 

[BUG] left shift of negative value do_binop src/arith_yacc.c:111:12
 2025-08-21 13:37 UTC  (16+ messages)
` [PATCH] "

[BUG] applying zero offset to null pointer growjobtab() src/jobs.c:819:34
 2025-07-31 21:43 UTC  (3+ messages)
` [PATCH] "

[BUG] invalid-null-argument outmem() src/output.c:149:17
 2025-07-31 21:39 UTC  (3+ messages)
` [PATCH] "


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