3
0
mirror of https://github.com/pragma-/pbot.git synced 2024-10-14 17:59:25 +02:00
pbot/applets/pbot-vm/guest
Pragmatic Software 03fb901291 pbot-vm: fix potential time-out when outputting 0
If the output from a code snippet is `0` without a newline,
Perl treats this as a false value. When Guest::process_command()
returns a false value, that signals to guest-server::serial_server()
that it is the parent returning and so it will not send the result back
to the host.

However, `0\n` is a true value. Solution: always append a final newline to
the guest output.
2022-03-31 19:52:46 -07:00
..
bin pbot-vm: fix occasional "illegal escape sequence" in guest-gdb 2022-03-15 13:53:34 -07:00
include Rename compiler_vm to pbot-vm and other misc applet updates 2022-02-14 16:33:29 -08:00
lib pbot-vm: fix potential time-out when outputting 0 2022-03-31 19:52:46 -07:00
polkit Rename compiler_vm to pbot-vm and other misc applet updates 2022-02-14 16:33:29 -08:00