7 May
2026
7 May
'26
2:24 p.m.
On a Thursday in 2026, Peter Krempa via Devel wrote:
From: Peter Krempa <pkrempa@redhat.com>
If the actual type of the typed parameter is an invalid number the type checker would still attempt to convert it to a string resuling in an
*resulting
attempt to print a NULL string. libc saves us from the crash but the error message is still wrong. Fix it.
Fixes: 54dd75fd97339dd49a54554e9327e5680c72132b Signed-off-by: Peter Krempa <pkrempa@redhat.com> --- src/util/virtypedparam.c | 7 +++++++ 1 file changed, 7 insertions(+)
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano