Patch already made it to git

OBS-URL: https://build.opensuse.org/package/show/Base:System/kmod?expand=0&rev=207
This commit is contained in:
Jan Engelhardt 2022-06-30 19:06:40 +00:00 committed by Git OBS Bridge
parent 5c1d1e2b11
commit 9b78da23c3

View File

@ -1,4 +1,4 @@
From f019428527c87530fb59caca7f2868ac2c5d5391 Mon Sep 17 00:00:00 2001
From 16c086f48c2270ad6412ad7226df53079f825270 Mon Sep 17 00:00:00 2001
From: Jan Engelhardt <jengelh@inai.de>
Date: Thu, 30 Jun 2022 18:47:25 +0200
Subject: [PATCH] testsuite: repair read of uninitialized memory
@ -10,6 +10,7 @@ Function ``test_backoff_time`` does not initialize ``delta``, and
memory with the ``!*delta`` expression.
Signed-off-by: Jan Engelhardt <jengelh@inai.de>
Signed-off-by: Lucas De Marchi <lucas.de.marchi@gmail.com>
---
testsuite/test-util.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)