[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-readline] Readline fuzz testing
From: |
frederik |
Subject: |
Re: [Bug-readline] Readline fuzz testing |
Date: |
Tue, 11 Jul 2017 10:22:27 -0700 |
User-agent: |
Mutt/1.8.2 (2017-04-18) |
On Tue, Jul 11, 2017 at 12:53:59AM -0700, Ben Wong wrote:
> I'm not sure where to find it on the web page, but you can page
> through the most recent changes using `git log -p` and find some
> patches that look like they might be relevant (e.g., char
> mb[MB_LEN_MAX] -> char mb[MB_LEN_MAX+1]:
>
> git clone https://git.savannah.gnu.org/git/readline.git
> git checkout devel
> git log -p
It looks like the same information I see on the web page... clicking
on 'devel' branch from the summary page, then I see the individual
commits as listed by 'git log', which I can click to see the diffs.
I guess for example the "commit readline-20170626 snapshot" fixes a
trailing NULL problem?
Thanks,
Frederick