Bug 13556 - Segmentation fault (core dumped) when attempting bash substitution
Summary: Segmentation fault (core dumped) when attempting bash substitution
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.32.x
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-02-22 23:44 UTC by ET
Modified: 2021-02-22 23:44 UTC (History)
1 user (show)

See Also:
Host:
Target:
Build:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ET 2021-02-22 23:44:20 UTC
On Linux archlinux 5.11.0 x86_64 GNU/Linux

Following this example at https://askubuntu.com/a/600028/1175671

I ran echo "${PATH//:/$'\n'}" in busybox sh and busybox ash
both resulting in a Segmentation fault (core dumped).