The variable `lineno` is only used in the preceding loop and is always set prior that to 0. Found by clang-analyzer. Signed-off-by: Christian Göttsche <cgzones@xxxxxxxxxxxxxx> --- libselinux/src/label_x.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libselinux/src/label_x.c b/libselinux/src/label_x.c index 96745299..e9fa063f 100644 --- a/libselinux/src/label_x.c +++ b/libselinux/src/label_x.c @@ -146,7 +146,6 @@ static int init(struct selabel_handle *rec, const struct selinux_opt *opts, if (process_line(path, line_buf, pass, ++lineno, rec)) goto finish; } - lineno = 0; if (pass == 0) { if (data->nspec == 0) { -- 2.31.1