Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: [PATCH] Removed arbitrary limitations on array accesses
- X-seq: zsh-workers 27576
- From: Richard Hartmann <richih.mailinglist@xxxxxxxxx>
- To: zsh-workers@xxxxxxx
- Subject: Re: [PATCH] Removed arbitrary limitations on array accesses
- Date: Wed, 6 Jan 2010 18:03:34 +0100
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type :content-transfer-encoding; bh=7zZkhnR5T19xJjzWMhtZrFicTG4w1B761xOJvawl7Ak=; b=swIihFmdTQ/l9E3VmP3y//CzO7Wsixdsha3KnBdpym/5g2Q/9iYS7iy1ez8nabb8o/ /rd3cbQ8sfsvbGu2AUhYyi9surUFgBYjqevAirngXZ94d2mFFbhXFiWP1XOieDGI/dzR 6E+79fBVRSkiUEq4bthkjkUpG4cxEriPC0rCo=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type:content-transfer-encoding; b=tPEveEoC/Cmsy5u8iLCXCjvkwbqBXeMrq8LLkhB3WHKP6TU2K/biI8f6WEDo3CXEW/ 0V9Vtosh9uWxZSIUtOl2QwBm220/pYqFsUxnpnojM5TYh/RtOjtM3roLmXMuz6VxZrb+ Abw+Fy+8rU8gXrs5lXefB3NHeuaPVJ6g/zk7Y=
- In-reply-to: <237967ef1001060602q7b95e74dq332464de6ce3f34b@xxxxxxxxxxxxxx>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <1262655497-21263-1-git-send-email-michael.a.hwang@xxxxxxxxx> <20100105094829.613883ab@news01> <CD9DD5CC-D5C7-4F9F-90F4-5039F535FABB@xxxxxxxxxxxxxxxx> <237967ef1001060602q7b95e74dq332464de6ce3f34b@xxxxxxxxxxxxxx>
On Wed, Jan 6, 2010 at 15:02, Mikael Magnusson <mikachu@xxxxxxxxx> wrote:
> 2010/1/6 Duncan Sinclair <duncan.sinclair@xxxxxxxxxxxxxxxx>:
>> % 99999999999<tab>
>>
>> I reported this as a bug â the shell should not crash so easily.
>
> There are other similar ways you can crash a shell anyway,
> alt-111111111111 1 and `yes` for example. I'm not sure if it's worth
> trying to fix all of them.
Completing on arbitrary input is a lot more likely than your
example, though.
Richard
Messages sorted by:
Reverse Date,
Date,
Thread,
Author