Re: [PATCH] baum: Fix crash when Braille output is not available

2021-04-30 Thread Laurent Vivier
Le 30/04/2021 à 19:01, Laurent Vivier a écrit : > Le 10/03/2021 à 18:23, Thomas Huth a écrit : >> On 10/03/2021 17.08, Samuel Thibault wrote: >>> When Braille output is not available, the backend properly reports being >>> unable to be created, but 5f8e93c3e262 ("util/qemu-timer: Make timer_free()

Re: [PATCH] baum: Fix crash when Braille output is not available

2021-04-30 Thread Laurent Vivier
Le 10/03/2021 à 18:23, Thomas Huth a écrit : > On 10/03/2021 17.08, Samuel Thibault wrote: >> When Braille output is not available, the backend properly reports being >> unable to be created, but 5f8e93c3e262 ("util/qemu-timer: Make timer_free() >> imply timer_del()") made the timer_free() call

Re: [PATCH] baum: Fix crash when Braille output is not available

2021-03-10 Thread Peter Maydell
On Wed, 10 Mar 2021 at 16:08, Samuel Thibault wrote: > > When Braille output is not available, the backend properly reports being > unable to be created, but 5f8e93c3e262 ("util/qemu-timer: Make timer_free() > imply timer_del()") made the timer_free() call now refuse any NULL > parameter.

Re: [PATCH] baum: Fix crash when Braille output is not available

2021-03-10 Thread Philippe Mathieu-Daudé
Hi Samuel, On 3/10/21 5:08 PM, Samuel Thibault wrote: > When Braille output is not available, the backend properly reports being > unable to be created, but 5f8e93c3e262 ("util/qemu-timer: Make timer_free() > imply timer_del()") made the timer_free() call now refuse any NULL > parameter.

Re: [PATCH] baum: Fix crash when Braille output is not available

2021-03-10 Thread Thomas Huth
On 10/03/2021 17.08, Samuel Thibault wrote: When Braille output is not available, the backend properly reports being unable to be created, but 5f8e93c3e262 ("util/qemu-timer: Make timer_free() imply timer_del()") made the timer_free() call now refuse any NULL parameter. char_braille_finalize

Re: [PATCH] baum: Fix crash when Braille output is not available

2021-03-10 Thread Samuel Thibault
Peter Maydell, le mer. 10 mars 2021 17:18:11 +, a ecrit: > On Wed, 10 Mar 2021 at 16:08, Samuel Thibault > wrote: > > > > When Braille output is not available, the backend properly reports being > > unable to be created, but 5f8e93c3e262 ("util/qemu-timer: Make timer_free() > > imply

[PATCH] baum: Fix crash when Braille output is not available

2021-03-10 Thread Samuel Thibault
When Braille output is not available, the backend properly reports being unable to be created, but 5f8e93c3e262 ("util/qemu-timer: Make timer_free() imply timer_del()") made the timer_free() call now refuse any NULL parameter. char_braille_finalize thus now has to be more careful with calling it