Skip to content

client/server: allow longer status string

Use 2 instead of 1 byte for the status length when sending status udptaes to the demon. Also make sure to assert less than when checking the argument size.

fixes #212

Merge request reports