]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
zero out more fields.
authorAlan T. DeKok <aland@freeradius.org>
Fri, 29 Jul 2022 10:42:24 +0000 (06:42 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 29 Jul 2022 10:42:24 +0000 (06:42 -0400)
src/lib/unlang/edit.c

index 05217f2ee9a09f77f136169b5d2c9eb44c08f43a..5c84e187cc96abda8947c17547b628d503bd40e9 100644 (file)
@@ -970,6 +970,8 @@ redo:
                        fr_pair_list_free(&current->rhs.pair_list);
                        current->lhs.vp = NULL;
                        current->lhs.vp_parent = NULL;
+                       current->lhs.vpt = NULL;
+                       current->rhs.vpt = NULL;
                        break;
                }