bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Recursive execution of expand_prompt_string


From: Eduardo A . Bustamante López
Subject: Recursive execution of expand_prompt_string
Date: Sun, 6 Jan 2019 18:51:44 -0800
User-agent: Mutt/1.10.1 (2018-07-13)

The expand_prompt_string function will call itself recursively in some
situations:

dualbus@system76-pc:~$ bash -c 'q="\${q@P}"; echo "${q@P}"'
Segmentation fault

My guess is that this is expected behavior. I'm reporting this because it's
affecting my fuzzing effort.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]