missed kmalloc() in pcap_user.c
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Acked-by: Jeff Dike <jdike@addtoit.com> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
		
							parent
							
								
									5cf11daf9a
								
							
						
					
					
						commit
						296cd66f7f
					
				| @ -50,7 +50,7 @@ static int pcap_open(void *data) | ||||
| 			return -EIO; | ||||
| 		} | ||||
| 
 | ||||
| 		pri->compiled = kmalloc(sizeof(struct bpf_program), | ||||
| 		pri->compiled = uml_kmalloc(sizeof(struct bpf_program), | ||||
| 					UM_GFP_KERNEL); | ||||
| 		if (pri->compiled == NULL) { | ||||
| 			printk(UM_KERN_ERR "pcap_open : kmalloc failed\n"); | ||||
|  | ||||
		Loading…
	
		Reference in New Issue
	
	Block a user