* [Qemu-devel] [4276] Fix a typo introduced in revision 4272
@ 2008-04-28 8:55 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2008-04-28 8:55 UTC (permalink / raw)
To: qemu-devel
Revision: 4276
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4276
Author: aurel32
Date: 2008-04-28 08:54:59 +0000 (Mon, 28 Apr 2008)
Log Message:
-----------
Fix a typo introduced in revision 4272
Revision Links:
--------------
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=4272
Modified Paths:
--------------
trunk/exec.c
Modified: trunk/exec.c
===================================================================
--- trunk/exec.c 2008-04-28 08:54:51 UTC (rev 4275)
+++ trunk/exec.c 2008-04-28 08:54:59 UTC (rev 4276)
@@ -2557,7 +2557,7 @@
/* FIXME - should this return an error rather than just fail? */
return;
memcpy(buf, p, l);
- unlock_user(p, addr, l);
+ unlock_user(p, addr, 0);
}
len -= l;
buf += l;
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-04-28 8:55 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-04-28 8:55 [Qemu-devel] [4276] Fix a typo introduced in revision 4272 Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).