diff options
Diffstat (limited to 'results/classifier/deepseek-2-tmp/output/socket/1828608')
| -rw-r--r-- | results/classifier/deepseek-2-tmp/output/socket/1828608 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/results/classifier/deepseek-2-tmp/output/socket/1828608 b/results/classifier/deepseek-2-tmp/output/socket/1828608 new file mode 100644 index 000000000..7ab30bd4b --- /dev/null +++ b/results/classifier/deepseek-2-tmp/output/socket/1828608 @@ -0,0 +1,8 @@ + +Chardev websocket might not support pasting more than a few chars + +When sending more than 4-5 characters on the websocket serial console (with pasting for example), the guest might not receive all of them, or worse interpret the input as Magic SysRq keys. + +This might be due to the io loop not checking the backend readiness before calling the read function. + +Attached patched fixes the problem on my system. I'm not sure it's the proper approach, this is just to start discussion. \ No newline at end of file |