libatasmart/libatasmart-initialize.patch

11 lines
416 B
Diff

--- strpool.c
+++ strpool.c
@@ -435,6 +435,7 @@
rl = 0;
i->next = NULL;
+ i->suffix_of = NULL;
if (last)
last->next = i;