]> git.ipfire.org Git - thirdparty/FORT-validator.git/commitdiff
Zeroize validation.notification_uri on initialization
authorAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 3 Oct 2023 15:43:06 +0000 (09:43 -0600)
committerAlberto Leiva Popper <ydahhrk@gmail.com>
Tue, 3 Oct 2023 15:43:06 +0000 (09:43 -0600)
src/state.c

index b314c0d58377a95f33ea50133f65bad698ffc237..bb10200703dd82faf578c658b0f28adbad1bf677 100644 (file)
@@ -118,6 +118,7 @@ validation_prepare(struct validation **out, struct tal *tal,
        result->pubkey_state = PKS_UNTESTED;
        result->validation_handler = *validation_handler;
        result->x509_data.params = params; /* Ownership transfered */
+       result->notification_uri = NULL;
 
        *out = result;
        return 0;