diff options
author | Daniel Martà <mvdan@mvdan.cc> | 2020-02-13 09:25:55 +0000 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2020-02-13 10:26:12 -0500 |
commit | 72f55b857b90af85625defd5f048fbb23bbc4595 (patch) | |
tree | 7e60fcd8dcac6cba9d7c3fe6442e6fc51e31b41c /worker/lib/parse.go | |
parent | a82fa2bf23e58a024bf9fcd4ca8dc3d9160d3cba (diff) |
lib: fix an out of bounds panic in the server
If the message doesn't contain ':', we don't properly discard the
message, so we end up slicing it like msg[:-1].
This can be reproduced if one runs 'aerc foo', as the server receives
'foo' as the message.
'aerc foo' still doesn't do anything very user friendly, but at least it
doesn't panic horribly.
While at it, do the 'got message' log at the very beginning, so that the
user can see what message the server got before reporting the command as
invalid.
Signed-off-by: Daniel Martà <mvdan@mvdan.cc>
Diffstat (limited to 'worker/lib/parse.go')
0 files changed, 0 insertions, 0 deletions