"Marty E. Plummer" wrote:
> Maintainers, I'd really like to hear your thoughts on this matter. If
> the diffs are produced as -p1 unified diffs, then downstreams who do
> convert from -p0 context won't have to, and distros who work around it
> won't either.
Alpine Linux uses -p1 and unified d
Hi,
On Fri, 8 Dec 2017 08:04:00 -0500
Chet Ramey wrote:
> On 12/7/17 5:36 PM, Natanael Copa wrote:
> > This fixes an issue with bash hanging if user process rlimit is too
> > high.
>
> Thanks for the report.
>
Unfortunately, the proposed patch does not fix the case
This fixes an issue with bash hanging if user process rlimit is too
high.
To reproduce:
ulimit -u 9223372036854775807
bash -c 'sleep 1 & wait $!'
---
jobs.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/jobs.c b/jobs.c
index fc966036..d203db27 100644
--- a/jobs.c
+++ b/