]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
refs can't be NULL
authorAlan T. DeKok <aland@freeradius.org>
Sun, 23 Feb 2025 12:50:47 +0000 (07:50 -0500)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 23 Feb 2025 12:50:47 +0000 (07:50 -0500)
src/lib/util/pair_legacy.c

index 4934b5d36b16d4fc489dba140bb631fb0b9c92f0..01c6e12e07e3775ea9261dda5dbd129aa6cd7afd 100644 (file)
@@ -541,6 +541,7 @@ redo:
                        if (relative->da == internal) {
                                relative->da = fr_dict_root(root->da->dict);
                        }
+                       fr_assert(relative->da != NULL);
                        relative->list = &vp->vp_group;
                        break;