On 7/15/24 16:12, Martin Kletzander wrote: > So much can happen in the fileName field of the VMX that the easiest > thing is to silently report a serial type="null". > > This effectively reverts commits de81bdb8d4cd and 62c53db0421a, but > keeps the test files to show the fix is still in place. > > There is one instance where an error gets reset, but since that is a > rare case on its own and on top of that does not happen in any of our > long-running daemons with a logfile that might get monitored it should > be fine to leave it there. > > Resolves: https://issues.redhat.com/browse/RHEL-32182 > > Signed-off-by: Martin Kletzander <mkletzan@xxxxxxxxxx> > --- > src/vmx/vmx.c | 30 +++++++++++++----------------- > 1 file changed, 13 insertions(+), 17 deletions(-) Reviewed-by: Michal Privoznik <mprivozn@xxxxxxxxxx> Michal