mirror of
				https://github.com/RGBCube/serenity
				synced 2025-10-31 12:12:45 +00:00 
			
		
		
		
	Kernel: Use Userspace<T> for the execve syscall
This commit is contained in:
		
							parent
							
								
									025a2a3c5b
								
							
						
					
					
						commit
						0f42463eab
					
				
					 5 changed files with 8 additions and 8 deletions
				
			
		|  | @ -241,7 +241,7 @@ struct ImmutableBufferArgument { | |||
| }; | ||||
| 
 | ||||
| struct StringListArgument { | ||||
|     StringArgument* strings { nullptr }; | ||||
|     Userspace<StringArgument*> strings { }; | ||||
|     size_t length { 0 }; | ||||
| }; | ||||
| 
 | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Brian Gianforcaro
						Brian Gianforcaro