[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <bug-94791-13602@https.bugzilla.kernel.org/>
Date: Thu, 12 Mar 2015 09:40:44 +0000
From: bugzilla-daemon@...zilla.kernel.org
To: linux-ext4@...r.kernel.org
Subject: [Bug 94791] New: syscall fanotify_mark overflow.
https://bugzilla.kernel.org/show_bug.cgi?id=94791
Bug ID: 94791
Summary: syscall fanotify_mark overflow.
Product: File System
Version: 2.5
Kernel Version: 4.x
Hardware: All
OS: Linux
Tree: Mainline
Status: NEW
Severity: normal
Priority: P1
Component: ext4
Assignee: fs_ext4@...nel-bugs.osdl.org
Reporter: du.guowei2@....com.cn
Regression: No
file:
fanotify_usr.c:
syscall function fanotify_mark,below code will overflow on 32-bit system.
/* we only use the lower 32 bits as of right now. */
if ( mask & ((__u64)0xffffffff << 32))
return -EINVAL;
include/linux/syscalls.h:
asmlinkage long sys_fanotify_mark(int fanotify_fd, unsigned int flags, u64
mask, int fd, const char __usr *pathname);
u64 mask ,should convert to unsigned int mask???
--
You are receiving this mail because:
You are watching the assignee of the bug.
--
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists