mirror of
https://github.com/irssi/irssi.git
synced 2026-08-19 16:42:30 +02:00
Merge pull request #407 from irssi/ailin-nemui-perl-bugs
Mention known Perl Bugs in perl.txt
This commit is contained in:
commit
16766d83ff
1 changed files with 4 additions and 0 deletions
|
|
@ -1193,3 +1193,7 @@ Client->{}
|
||||||
--------------------
|
--------------------
|
||||||
* Calling die in 'script error' handler causes segfault (#101)
|
* Calling die in 'script error' handler causes segfault (#101)
|
||||||
* Storing and later using any Irssi object may result in use-after-free related crash
|
* 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue