mirror of
				https://github.com/torvalds/linux.git
				synced 2025-11-04 10:40:15 +02:00 
			
		
		
		
	Bluetooth: use memset avoid memory leaks
Use memset to initialize structs to prevent memory leaks in l2cap_ecred_connect Reported-by: Zeal Robot <zealci@zte.com.cn> Signed-off-by: Minghao Chi (CGEL ZTE) <chi.minghao@zte.com.cn> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
This commit is contained in:
		
							parent
							
								
									eb3f05179a
								
							
						
					
					
						commit
						d3715b2333
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -1436,6 +1436,7 @@ static void l2cap_ecred_connect(struct l2cap_chan *chan)
 | 
			
		|||
 | 
			
		||||
	l2cap_ecred_init(chan, 0);
 | 
			
		||||
 | 
			
		||||
	memset(&data, 0, sizeof(data));
 | 
			
		||||
	data.pdu.req.psm     = chan->psm;
 | 
			
		||||
	data.pdu.req.mtu     = cpu_to_le16(chan->imtu);
 | 
			
		||||
	data.pdu.req.mps     = cpu_to_le16(chan->mps);
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in a new issue