Jim Meyering <[EMAIL PROTECTED]> wrote:
> Jim Meyering <[EMAIL PROTECTED]> wrote:
>> Daniel Dunbar <[EMAIL PROTECTED]> wrote:
>>> The following crashes tac on my machine (6.10 and 6.11):
>>> --
>>> $ echo > x; tac -r x x
>>> Segmentation fault
>>> --
...
> Here's what I've just pushed:
>
>>From d70
Jim Meyering <[EMAIL PROTECTED]> wrote:
> Daniel Dunbar <[EMAIL PROTECTED]> wrote:
>> The following crashes tac on my machine (6.10 and 6.11):
>> --
>> $ echo > x; tac -r x x
>> Segmentation fault
>> --
>>
>> The crash occurs in re_copy_regs and the error has to do with the code
>> assuming regs->n
Daniel Dunbar <[EMAIL PROTECTED]> wrote:
> The following crashes tac on my machine (6.10 and 6.11):
> --
> $ echo > x; tac -r x x
> Segmentation fault
> --
>
> The crash occurs in re_copy_regs and the error has to do with the code
> assuming regs->num_regs is initialized when it is not, in conjunct
Hi,
The following crashes tac on my machine (6.10 and 6.11):
--
$ echo > x; tac -r x x
Segmentation fault
--
The crash occurs in re_copy_regs and the error has to do with the code
assuming regs->num_regs is initialized when it is not, in conjunction with
the regs_allocated parameter. This resul