335d9e0c6e
Copy from Base:System/libatasmart based on submit request 34952 from user coolo OBS-URL: https://build.opensuse.org/request/show/34952 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/libatasmart?expand=0&rev=6
11 lines
416 B
Diff
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;
|