[PATCH] [nfs/nfs-utils/libtirpc] getnetconfig.c: free linep to avoid memory leakage
From: Zhi Li <hidden>
Date: 2023-02-01 10:58:16
Subsystem:
the rest · Maintainer:
Linus Torvalds
From: Zhi Li <hidden>
Date: 2023-02-01 10:58:16
Subsystem:
the rest · Maintainer:
Linus Torvalds
Signed-off-by: Zhi Li <redacted> --- src/getnetconfig.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-)
diff --git a/src/getnetconfig.c b/src/getnetconfig.c
index 9acd8c7..afbf8b5 100644
--- a/src/getnetconfig.c
+++ b/src/getnetconfig.c@@ -507,9 +507,7 @@ getnetconfigent(netid) break; } } while (stringp != NULL); - if (ncp == NULL) { - free(linep); - } + free(linep); fclose(file); return(ncp); }
--
2.39.0