From 8c10bf43797c2d637b7292575271ab201296b020 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Tue, 14 Feb 2017 04:17:53 +0300 Subject: Fix possible use after free in curl. --- src/settings.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/settings.h') diff --git a/src/settings.h b/src/settings.h index 914532977..d25f27d21 100644 --- a/src/settings.h +++ b/src/settings.h @@ -56,6 +56,7 @@ class Settings final gmCommandSymbol("@"), gmCharCommandSymbol("#"), linkCommandSymbol("="), + userAgent(), updateMirrors(), options(), guiAlpha(1.0F), @@ -115,6 +116,7 @@ class Settings final std::string gmCommandSymbol; std::string gmCharCommandSymbol; std::string linkCommandSymbol; + std::string userAgent; std::vector updateMirrors; Options options; float guiAlpha; -- cgit v1.2.3-60-g2f50