Re: Does bash treat segment fault causing by scripts as security bugs ?
ding the list. > > > > On Wed, Feb 15, 2017 at 4:34 PM, kkk K <3n4t...@gmail.com > > <mailto:3n4t...@gmail.com>> wrote: > > > > What If I find a bug bypassing the FUNCNEST limitation ? > > I mean I found a bug which about some paser logic
Does bash treat segment fault causing by scripts as security bugs ?
for example, simple bash recur function call: == #!/bin/bash function test() { test $1 } test 1 == sincerely for your reply