mirror of
				https://github.com/catchorg/Catch2.git
				synced 2025-10-31 12:17:11 +01:00 
			
		
		
		
	RunContext: Uninit Member
Fix an uninitialized member in `RunContext`. Found with coverity in a downstream project.
This commit is contained in:
		 Axel Huebl
					Axel Huebl
				
			
				
					committed by
					
						 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
			
				
	
			
			
			 Martin Hořeňovský
						Martin Hořeňovský
					
				
			
						parent
						
							d1e7344f16
						
					
				
				
					commit
					47602ac556
				
			| @@ -128,7 +128,7 @@ namespace Catch { | |||||||
|         TestRunInfo m_runInfo; |         TestRunInfo m_runInfo; | ||||||
|         IMutableContext& m_context; |         IMutableContext& m_context; | ||||||
|         TestCase const* m_activeTestCase = nullptr; |         TestCase const* m_activeTestCase = nullptr; | ||||||
|         ITracker* m_testCaseTracker; |         ITracker* m_testCaseTracker = nullptr; | ||||||
|         Option<AssertionResult> m_lastResult; |         Option<AssertionResult> m_lastResult; | ||||||
|  |  | ||||||
|         IConfigPtr m_config; |         IConfigPtr m_config; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user