Re: INT still propagating to child processes when trapped

2018-07-13 Thread Chet Ramey
On 7/10/18 10:59 PM, Daniel Mills wrote: > Bash Version: 4.4 > Patch Level: 23 > Release Status: release > > Description: > After an INT trap, forked processes are still sent INT when ^C is used on > a running script. Thanks for the report. I'll take a look. Chet -- ``The lyf so short, the c

Re: Crash on jobs 2^32-2

2018-07-13 Thread Chet Ramey
On 7/13/18 9:17 AM, isabella parakiss wrote: > but... 4278190079 != 2^32-2... > anything above 2^31 will do Anything that causes atoi() to return a negative number due to overflow. -- ``The lyf so short, the craft so long to lerne.'' - Chaucer ``Ars longa, vita brevis'' - Hippoc

Re: Crash on jobs 2^32-2

2018-07-13 Thread isabella parakiss
but... 4278190079 != 2^32-2... anything above 2^31 will do On 7/12/18, Chet Ramey wrote: > On 7/11/18 9:41 AM, Simon Wörner wrote: >> Dear all, >> The following crash was found by a modified >> version of the kAFL fuzzer (https://github.com/RUB-SysSec/kAFL). >> >> The crash can be reproduced by r