From ddb1cbc831b6d13b985d91022f01e955e24ae871 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 8 Mar 2026 15:47:16 +0100 Subject: [CHORE] Patching TOML manifest parser to avoid null deref. Signed-off-by: Amlal El Mahrouss --- vendor/toml++/impl/std_vector.hpp | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'vendor/toml++/impl/std_vector.hpp') diff --git a/vendor/toml++/impl/std_vector.hpp b/vendor/toml++/impl/std_vector.hpp index e0cbac4..c1a1218 100644 --- a/vendor/toml++/impl/std_vector.hpp +++ b/vendor/toml++/impl/std_vector.hpp @@ -1,11 +1,11 @@ -//# This file is a part of toml++ and is subject to the the terms of the MIT license. -//# Copyright (c) Mark Gillard -//# See https://github.com/marzer/tomlplusplus/blob/master/LICENSE for the full license text. -// SPDX-License-Identifier: MIT +// # This file is a part of toml++ and is subject to the the terms of the MIT license. +// # Copyright (c) Mark Gillard +// # See https://github.com/marzer/tomlplusplus/blob/master/LICENSE for the full license text. +// SPDX-License-Identifier: MIT #pragma once #include "preprocessor.hpp" TOML_DISABLE_WARNINGS; -#include #include +#include TOML_ENABLE_WARNINGS; -- cgit v1.2.3