Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP3:Update
qemu.20747
qemu-cvs-gettimeofday.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File qemu-cvs-gettimeofday.patch of Package qemu.20747
From: Ulrich Hecht <uli@suse.de> Date: Tue, 14 Apr 2009 16:25:41 +0200 Subject: qemu-cvs-gettimeofday No clue what this is for. [BR: minor edits to pass qemu's checkpatch script] Signed-off-by: Bruce Rogers <brogers@suse.com> --- linux-user/syscall.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/linux-user/syscall.c b/linux-user/syscall.c index 27adee908ebcf5151a2e0c9875bc..e0cfb6227803c30755841477b593 100644 --- a/linux-user/syscall.c +++ b/linux-user/syscall.c @@ -9444,6 +9444,9 @@ static abi_long do_syscall1(void *cpu_env, int num, abi_long arg1, { struct timeval tv; struct timezone tz; + if (copy_from_user_timeval(&tv, arg1)) { + return -TARGET_EFAULT; + } ret = get_errno(gettimeofday(&tv, &tz)); if (!is_error(ret)) {
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor