diff options
author | Joseph Bisch <joseph.bisch@gmail.com> | 2017-05-13 06:58:48 -0400 |
---|---|---|
committer | Joseph Bisch <joseph.bisch@gmail.com> | 2017-05-13 06:58:48 -0400 |
commit | 450b10f2d6aed1389cc796f5f7dfdcf7f41f7337 (patch) | |
tree | 64dc2d2225c4d5a83bf930c970fcf7b3b820cb4a /_posts | |
parent | 02ffad846cc43ad8d90c0655f07e4c6df8ef869d (diff) | |
download | irssi.github.io-450b10f2d6aed1389cc796f5f7dfdcf7f41f7337.zip |
mention patch version limitation in fuzzing post
Diffstat (limited to '_posts')
-rw-r--r-- | _posts/2017-05-12-fuzzing-irssi.markdown | 6 |
1 files changed, 5 insertions, 1 deletions
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 |