diff options
author | dequis <dx@dxzone.com.ar> | 2015-09-17 00:55:31 -0300 |
---|---|---|
committer | dequis <dx@dxzone.com.ar> | 2015-09-21 17:53:46 -0300 |
commit | f39723f6510bf57c5d21d62d55be6eefb6305078 (patch) | |
tree | 67e5ca53c4a39424fde27d1335213cca036b7733 /src/fe-common/irc | |
parent | 211e84c1e968b0b13ecb0921479bc862ed76df3c (diff) | |
download | irssi-f39723f6510bf57c5d21d62d55be6eefb6305078.zip |
Fix FS#905, mangled text when pasted line length exceeds 400
http://bugs.irssi.org/index.php?do=details&task_id=905
Not using the patch from that ticket, the issue turned out to be that
(dest - last_lf_pos) returned number of unichr, not bytes, so that's 4
times less than what the size parameter of memmove() should be.
Diffstat (limited to 'src/fe-common/irc')
0 files changed, 0 insertions, 0 deletions