On Sat, Jan 31, 2015 at 09:15:19PM +0100, Jakob Kramer wrote:
> .nlines and .capacity are used as array indices and
> should therefore be of type size_t.
Applied, thanks :)
On Sat, 31 Jan 2015 21:15:19 +0100
Jakob Kramer wrote:
Hey Jakob,
> .nlines and .capacity are used as array indices and
> should therefore be of type size_t.
I made sure your attached patch did not contain any
NSA-backdoors and I was delighted that my findings
actually prevent the evil use of 0
.nlines and .capacity are used as array indices and
should therefore be of type size_t.
>From 29c93cf7ac5530f7144f869c6e7a964a971db062 Mon Sep 17 00:00:00 2001
From: Jakob Kramer
Date: Sat, 31 Jan 2015 20:57:29 +0100
Subject: [PATCH] Use size_t for number of lines in linebuf
.nlines and .capacit