diff options
author | Koni Marti <koni.marti@gmail.com> | 2022-01-11 12:02:28 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2022-01-14 20:35:07 +0100 |
commit | 4782473064fa0a712aa1e26333ad175446404a64 (patch) | |
tree | ed81b8699bd4d588034a58595ed4c7641a797464 /worker | |
parent | 71eda7d37c8ef38502c360b518fcbf5960497eea (diff) | |
download | aerc-4782473064fa0a712aa1e26333ad175446404a64.tar.gz |
fix segfault when copy-pasting into compose editor
fixes the segmentation fault when copy-pasting a large text into the
composer editor. The problem is a concurrent read of the vterm field in the
Terminal widget in its flushTerminal() method which can be avoided with a mutex.
Fixes: https://todo.sr.ht/~rjarry/aerc/12
Signed-off-by: Koni Marti <koni.marti@gmail.com>
Diffstat (limited to 'worker')
0 files changed, 0 insertions, 0 deletions