mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-06-20 05:31:15 +00:00
[CVE-2009-0029] System call wrappers part 27
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
This commit is contained in:
parent
c4ea37c26a
commit
1e7bfb2134
8 changed files with 18 additions and 18 deletions
|
@ -99,7 +99,7 @@ static inline void put_binfmt(struct linux_binfmt * fmt)
|
|||
*
|
||||
* Also note that we take the address to load from from the file itself.
|
||||
*/
|
||||
asmlinkage long sys_uselib(const char __user * library)
|
||||
SYSCALL_DEFINE1(uselib, const char __user *, library)
|
||||
{
|
||||
struct file *file;
|
||||
struct nameidata nd;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue