]> git.ipfire.org Git - thirdparty/libvirt.git/commit
qemu: Use dynamic buffer for storing PTY aliases
authorMichal Privoznik <mprivozn@redhat.com>
Thu, 29 Mar 2018 06:50:01 +0000 (08:50 +0200)
committerMichal Privoznik <mprivozn@redhat.com>
Sun, 1 Apr 2018 10:38:38 +0000 (12:38 +0200)
commitc4c32cb300beba41ecbca3ee4884c65630bde861
tree9ef77c755a53eb44209d33f1455d286c79f8dd50
parent0cd80684256d2bcffb8a0640b448c052a2ab7089
qemu: Use dynamic buffer for storing PTY aliases

https://bugzilla.redhat.com/show_bug.cgi?id=1560976

For historical reasons we've used 32 bytes long static buffer for
storing PTY aliases. This breaks users scenario where they try to
start a machine with user alias consisting of "ua-$uuid".

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
src/qemu/qemu_process.c