Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
Re: PATCH: spelling correction buffer overflow
- X-seq: zsh-workers 42547
- From: Bart Schaefer <schaefer@xxxxxxxxxxxxxxxx>
- To: "zsh-workers@xxxxxxx" <zsh-workers@xxxxxxx>
- Subject: Re: PATCH: spelling correction buffer overflow
- Date: Tue, 27 Mar 2018 16:10:41 -0700
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=brasslantern-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=o3vSvbSXM88llLEqX3FL5BDSgMHGXnRt0WWoCN9U6xc=; b=yhAVy6kghZ398PgAwRLZDuEGYh/4m9OYGA8iIPT0pAZ4CGFNeYLHFLeBrO0dB2JfX4 ZdZXf7AaZI9xY42ywKXGnRN3Oll/k/et8xSePE+f60TZ1oJcc7dM4SdXecKWKe693XGv rpHMyXalC8R0MVz3POwLeT59u3eRtlG20omYZYEmjMzlu9ZyJgNOEg8/aDIUVC52voVT r/aBE3Egzl1y0BMPNZX/CW3gjtuCux8a3pbZ+YfmAmKH2dLubX5FG9t1nRDowJxyKhWS xuOJn5S4iFfF1Rn9x+ZNm7TNSdNvsSUML4HEuhc+hHB9MNcB0Y8s95YzIbHEhHw3W/ON CqHg==
- In-reply-to: <52497193.Jvz9bWjiNL@kdudka-nb>
- List-help: <mailto:zsh-workers-help@zsh.org>
- List-id: Zsh Workers List <zsh-workers.zsh.org>
- List-post: <mailto:zsh-workers@zsh.org>
- List-unsubscribe: <mailto:zsh-workers-unsubscribe@zsh.org>
- Mailing-list: contact zsh-workers-help@xxxxxxx; run by ezmlm
- References: <3579.1522103995@thecus> <52497193.Jvz9bWjiNL@kdudka-nb>
On Tue, Mar 27, 2018 at 2:55 PM, Kamil Dudka <kdudka@xxxxxxxxxx> wrote:
> On Tuesday, March 27, 2018 12:39:55 AM CEST Oliver Kiddle wrote:
>> In utils.c:spname(), there's no checking on newname[] for overflows in
>> two out the of three places where it is appended to.
>
> Thanks! After applying this patch, zsh does not crash any more while
> trying to correct an overly long command.
I have not seen this patch on the -workers list, yet.
Messages sorted by:
Reverse Date,
Date,
Thread,
Author