qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] RFC: x86_64 Best way to fix 'cast to pointer from integ


From: Paul Brook
Subject: Re: [Qemu-devel] RFC: x86_64 Best way to fix 'cast to pointer from integer of different size' problems?
Date: Wed, 7 Nov 2007 23:02:13 +0000
User-agent: KMail/1.9.7

> - Modify lock_user() so that it automatically does access_ok() and
> returns NULL if access_ok() fails.

You'll also need to augment all lock_user calls to indicate whether the buffer 
needs to be writable. Currently this information is not available until 
unlock_user is called.

Paul




reply via email to

[Prev in Thread] Current Thread [Next in Thread]