From 450b10f2d6aed1389cc796f5f7dfdcf7f41f7337 Mon Sep 17 00:00:00 2001 From: Joseph Bisch Date: Sat, 13 May 2017 06:58:48 -0400 Subject: mention patch version limitation in fuzzing post --- _posts/2017-05-12-fuzzing-irssi.markdown | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/_posts/2017-05-12-fuzzing-irssi.markdown b/_posts/2017-05-12-fuzzing-irssi.markdown index 8bf9379..4ca5990 100644 --- a/_posts/2017-05-12-fuzzing-irssi.markdown +++ b/_posts/2017-05-12-fuzzing-irssi.markdown @@ -61,7 +61,11 @@ like preventing the reading from and saving to of the user's config files, so that we start with a default Irssi config every program execution. The following commands will clone a fresh copy of Irssi and apply the above -patch (named fuzz.diff) to your copy of Irssi. +patch (named fuzz.diff) to your copy of Irssi. Note that the patch doesn't +apply to git master anymore, so you'll either need to correct the part in +`src/fe-text/irssi.c` that fails to apply, or checkout any commit prior to +`70f9db3cbdc0a3c6b622e64edbd504592f921892` before applying the patch. Note that +this includes any Irssi release at the time of this writing (1.0.2 or earlier). ``` git clone https://github.com/irssi/irssi.git irssi-fuzz -- cgit v1.2.3