bug-bash
[Top][All Lists]
Advanced

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

Does bash treat segment fault causing by scripts as security bugs ?


From: kkk K
Subject: Does bash treat segment fault causing by scripts as security bugs ?
Date: Wed, 15 Feb 2017 17:44:50 +0800

for example,
simple bash recur function call:

======================
#!/bin/bash

function test()
{
test $1
}

test 1
======================

sincerely for your reply


reply via email to

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