bug-coreutils
[Top][All Lists]
Advanced

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

bug#13537: [PATCH] delaying dd allocation


From: Pádraig Brady
Subject: bug#13537: [PATCH] delaying dd allocation
Date: Mon, 11 Feb 2013 01:39:17 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:13.0) Gecko/20120615 Thunderbird/13.0.1

On 02/10/2013 10:35 PM, Bernhard Voelker wrote:
On 01/23/2013 11:48 AM, Ondrej Oprala wrote:
Hi Bernhard,
thanks for the remarks. Also, you were right about the corner case, the
succession of commands
$ touch a
$ dd if=a seek=1 bs=1
$ ^D
actually caused a segfault. Sorry, I didn't notice it before.

I added a few lines to alloc_obuf, which cover the case when the initial
ibuf allocation is skipped but
obuf needs to be allocated and is to be set to ibuf and removed the
newly redundant check before memset.

Thanks,
Ondrej

Hi Padraig,

I'm afraid this one slipped from my/our list. ;-/

AFAIR that last patch was okay, but we should have a look
on it again. Do you think we should include it in 8.21?

It has not slipped from my radar,
though I thought I has responded with my plans for that, sorry.

There is a whole class of heap allocation avoidance bugs
that I intend to merge/address early in the next cycle.
This dd one, one for head (13530), one for split (13537).

thanks,
Pádraig.





reply via email to

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