summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--_includes/sb_whatsnew.html1
-rw-r--r--_posts/2017-05-12-fuzzing-irssi.markdown1
2 files changed, 2 insertions, 0 deletions
diff --git a/_includes/sb_whatsnew.html b/_includes/sb_whatsnew.html
index 279fc58..b09ad75 100644
--- a/_includes/sb_whatsnew.html
+++ b/_includes/sb_whatsnew.html
@@ -1,3 +1,4 @@
+<p><small>2017-05-12</small> <a href="/2017/05/12/fuzzing-irssi">Introduction to fuzzing Irssi</a> </p>
<p><small>2017-05-06</small> <a href="/2017/05/06/test-sideways-splits"><b>Test</b> horizontal/vertical splits</a> </p>
<p><small>2017-03-12</small> <a href="/2017/03/12/poll-non-utf8-discontinuation"><b>Poll</b> Non-UTF-8 discontinuation</a> </p>
<p><small>2017-03-11</small> <a href="/2017/03/11/irssi-1.0.2-released"><b>Security</b> Irssi 1.0.2 released!</a> </p>
diff --git a/_posts/2017-05-12-fuzzing-irssi.markdown b/_posts/2017-05-12-fuzzing-irssi.markdown
index 4afeb1e..5b0a8c1 100644
--- a/_posts/2017-05-12-fuzzing-irssi.markdown
+++ b/_posts/2017-05-12-fuzzing-irssi.markdown
@@ -14,6 +14,7 @@ the security bugs revealed in the [first Irssi security advisory of
this blog post, we will cover an introduction to fuzzing, how to fuzz Irssi, and
a look at a couple of actual bugs found in past versions of Irssi.
+
### Intro to Fuzzing
At its most basic level, fuzzing can be thought of as generating random input