Re: [Qemu-devel] [PATCH] monitor.c: Fix infinite loop in monitor's auto-complete

2018-02-16 Thread Dr. David Alan Gilbert
* Stefan Hajnoczi (stefa...@gmail.com) wrote: > On Tue, Feb 13, 2018 at 12:51:43PM +, Dr. David Alan Gilbert (git) wrote: > > From: "Dr. David Alan Gilbert" > > > > Please include the details of how to trigger this bug. This helps > justify the patch as well as aiding anyone investigating/b

Re: [Qemu-devel] [PATCH] monitor.c: Fix infinite loop in monitor's auto-complete

2018-02-16 Thread Dr. David Alan Gilbert
* Dr. David Alan Gilbert (git) (dgilb...@redhat.com) wrote: > From: "Dr. David Alan Gilbert" > > Reported-by: Dimitris Karagkasidis > Fixes: 48fe86f6400574165979e0db6f5937ad487b6888 > Signed-off-by: Dr. David Alan Gilbert Queued. > --- > monitor.c | 6 -- > 1 file changed, 4 insertions(+

Re: [Qemu-devel] [PATCH] monitor.c: Fix infinite loop in monitor's auto-complete

2018-02-16 Thread Stefan Hajnoczi
On Tue, Feb 13, 2018 at 12:51:43PM +, Dr. David Alan Gilbert (git) wrote: > From: "Dr. David Alan Gilbert" > Please include the details of how to trigger this bug. This helps justify the patch as well as aiding anyone investigating/backporting the same issue in the future. Aside from that:

[Qemu-devel] [PATCH] monitor.c: Fix infinite loop in monitor's auto-complete functionality

2018-02-13 Thread Dimitris Karagkasidis
The QEMU monitor enters an infinite loop when trying to auto-complete commands that accept only optional parameters. The commands currently affected by this issue are 'info registers' and 'info mtree'. Signed-off-by: Dimitris Karagkasidis --- monitor.c | 2 +- 1 file changed, 1 insertion(+), 1 d

Re: [Qemu-devel] [PATCH] monitor.c: Fix infinite loop in monitor's auto-complete functionality

2018-02-13 Thread Dr. David Alan Gilbert
* Dimitris Karagkasidis (t.page...@gmail.com) wrote: > The QEMU monitor enters an infinite loop when trying to auto-complete commands > that accept only optional parameters. The commands currently affected by this > issue are 'info registers' and 'info mtree'. > > Signed-off-by: Dimitris Karagkasi

[Qemu-devel] [PATCH] monitor.c: Fix infinite loop in monitor's auto-complete

2018-02-13 Thread Dr. David Alan Gilbert (git)
From: "Dr. David Alan Gilbert" Reported-by: Dimitris Karagkasidis Fixes: 48fe86f6400574165979e0db6f5937ad487b6888 Signed-off-by: Dr. David Alan Gilbert --- monitor.c | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/monitor.c b/monitor.c index 0c0faec0a4..bec484440f 100