mirror of
				https://git.proxmox.com/git/mirror_frr
				synced 2025-10-31 09:04:27 +00:00 
			
		
		
		
	Merge pull request #2544 from pacovn/Coverity_1468510_Dereference_null_return_value
ospf6d: null check (Coverity 1468510)
This commit is contained in:
		
						commit
						d2722bf362
					
				| @ -1323,6 +1323,8 @@ static void ospf6_intra_prefix_update_route_origin(struct ospf6_route *oa_route) | ||||
| 	g_route = ospf6_route_lookup(&oa_route->prefix, | ||||
| 				     ospf6->route_table); | ||||
| 
 | ||||
| 	assert(g_route); | ||||
| 
 | ||||
| 	for (ospf6_route_lock(g_route); g_route && | ||||
| 	     ospf6_route_is_prefix(&oa_route->prefix, g_route); | ||||
| 	     g_route = nroute) { | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user
	 Jafar Al-Gharaibeh
						Jafar Al-Gharaibeh