mirror of
				https://github.com/rad4day/Waybar.git
				synced 2025-10-27 14:42:30 +01:00 
			
		
		
		
	 ae6ca36fa7
			
		
	
	ae6ca36fa7
	
	
	
		
			
			Ipc destructor closes socket and thus wakes up SleeperThread which was waiting for socket data in Ipc::handleEvent. Ipc::handleEvent then proceeds with sending signal to already destroyed object, causing heap-use-after-free Address Sanitizer error.