Bug 14831

Summary: Segfault by recursively source-ing the same file
Product: Busybox Reporter: Gergely Kalman <g>
Component: OtherAssignee: unassigned
Status: NEW ---    
Severity: normal CC: busybox-cvs
Priority: P5    
Version: 1.30.x   
Target Milestone: ---   
Hardware: All   
OS: Linux   
Host: Target:
Build:

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