Zsh Mailing List Archive
Messages sorted by:
Reverse Date,
Date,
Thread,
Author
[PATCH 0/1] prompt: Fix an off-by-one in the overf check in countpromt.
- X-seq: zsh-workers 42284
- From: warepire.ml@xxxxxxxxx
- To: zsh-workers@xxxxxxx
- Subject: [PATCH 0/1] prompt: Fix an off-by-one in the overf check in countpromt.
- Date: Mon, 15 Jan 2018 11:35:57 +0100
- Cc: Warepire <Warepire@xxxxxxxxxxxxxxxxxxxxxxxx>
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=from:to:cc:subject:date:message-id; bh=8R71RzEa4XXWeoRQeJhdlx2cu22+FYNJaiphtySZ8p0=; b=BYbgnPKRk18jtZWZWo7Pr1ShhIGa6nlHLdOTUR0FDAOlItxtktIR/XYQy4OySOnyMY UPSkZ96OFrVjSekUrjJ3o9aGo79+KfxyAyOEGtksvnrur+TqZX5flQ6mrAc2JxVA6T1G StvutWRD3q1KShXJgn2owekjzUwQkptMXBjhQOlG/ViYNU+ZmGsCVew+y5yNIKYI6Lrq faiYRRNY8eIngFl6ofX9akn7Ah2rGiqO/LMAJp2Y+fJBZeL2z/ma8m6agOO9aT4yH4HV 8vF/Xct2Pu7RzmBi0ZMuGpxHDkXNBsZ/Q2DdDFtegCMuqCTF57FaIfzGxWD2CUfmczP3 Nm9w==
- 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
From: Warepire <Warepire@xxxxxxxxxxxxxxxxxxxxxxxx>
Additionally to the commit message: I have only managed to test this
for my own use-cases, which is a very narrow subset of tests.
There is a similar check at the bottom of the method that may need
the same change. Please have this in consideration during the review.
Warepire (1):
prompt: Fix an off-by-one in the overf check in countpromt.
Src/prompt.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.15.1
Messages sorted by:
Reverse Date,
Date,
Thread,
Author