Bug 14831 - Segfault by recursively source-ing the same file
Summary: Segfault by recursively source-ing the same file
Status: NEW
Alias: None
Product: Busybox
Classification: Unclassified
Component: Other (show other bugs)
Version: 1.30.x
Hardware: All Linux
: P5 normal
Target Milestone: ---
Assignee: unassigned
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-06-01 21:06 UTC by Gergely Kalman
Modified: 2022-06-01 21:06 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 Gergely Kalman 2022-06-01 21:06:49 UTC
Exact version: v1.30.1 (Debian 1:1.30.1-7+b3)

To reproduce:
$ cat c
source ./c
$ busybox sh c
Segmentation fault