diff options
author | Geert Hauwaerts <geert@hauwaerts.be> | 2015-09-19 13:24:19 +0200 |
---|---|---|
committer | Geert Hauwaerts <geert@hauwaerts.be> | 2015-09-19 13:24:19 +0200 |
commit | 3e7c8a6f26f399578dbffd4b60405a5b21b4acba (patch) | |
tree | e602b1b0e2b1c630dc5dcd2d718e8937294586d8 /docs | |
parent | 2b13e793c4872711bc046363303cca4bc060e017 (diff) | |
parent | 54a2fafbde593f63811da711c6a5f95ba58c818a (diff) | |
download | irssi-3e7c8a6f26f399578dbffd4b60405a5b21b4acba.zip |
Merge pull request #284 from ailin-nemui/document-perl-crashes
Document some shortcomings in perl.txt
Diffstat (limited to 'docs')
-rw-r--r-- | docs/perl.txt | 8 |
1 files changed, 8 insertions, 0 deletions
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 |