From 54a2fafbde593f63811da711c6a5f95ba58c818a Mon Sep 17 00:00:00 2001 From: ailin-nemui Date: Fri, 18 Sep 2015 23:33:52 +0200 Subject: [PATCH] Update perl.txt --- docs/perl.txt | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/perl.txt b/docs/perl.txt index 79ab5820..560fcaec 100644 --- a/docs/perl.txt +++ b/docs/perl.txt @@ -1185,3 +1185,11 @@ Client->{} connected - whether the client is connected and ready want_ctcp - whether the client wants to receive CTCPs ircnet - network tag of the network we proxy + + + + + Bugs and Limitations + -------------------- +* Calling die in 'script error' handler causes segfault (#101) +* Storing and later using any Irssi object may result in use-after-free related crash