diff options
author | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-01-29 05:33:14 +0100 |
---|---|---|
committer | ailin-nemui <ailin-nemui@users.noreply.github.com> | 2016-01-29 05:33:14 +0100 |
commit | 16766d83fffd134a6f563bb61c600ac1f2d4aa33 (patch) | |
tree | 14730a75169b0599c614e141de3d48386205df6d | |
parent | 26431133aaaea042d5149473b50bf1b191bd6a87 (diff) | |
parent | b229138b2ef6efc4ab91504801e27e9922b766b4 (diff) | |
download | irssi-16766d83fffd134a6f563bb61c600ac1f2d4aa33.zip |
Merge pull request #407 from irssi/ailin-nemui-perl-bugs
Mention known Perl Bugs in perl.txt
-rw-r--r-- | docs/perl.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/perl.txt b/docs/perl.txt index 9688341f..59f65462 100644 --- a/docs/perl.txt +++ b/docs/perl.txt @@ -1193,3 +1193,7 @@ Client->{} -------------------- * Calling die in 'script error' handler causes segfault (#101) * Storing and later using any Irssi object may result in use-after-free related crash + - Workaround: always acquire fresh objects +* Calling $dcc->close from the "dcc created" signal will cause unstable behaviour and crashes (#386) + - Workaround: use "dcc request" signal instead AND call + &Irssi::signal_continue(@_); as the first thing |