mirror of
				https://git.suyu.dev/suyu/suyu
				synced 2025-10-30 15:39:02 -05:00 
			
		
		
		
	Fixed uninitialized memory due to missing returns in canary
Functions which are suppose to crash on non canary builds usually don't return anything which lead to uninitialized memory being used.
This commit is contained in:
		| @@ -32,6 +32,7 @@ bool Object::IsWaitable() const { | ||||
|     } | ||||
|  | ||||
|     UNREACHABLE(); | ||||
|     return false; | ||||
| } | ||||
|  | ||||
| } // namespace Kernel | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 David Marcec
					David Marcec