* [Qemu-devel] [5089] Revert broken part of r5044 (thanks to Igor Kovalenko for spotting)
@ 2008-08-26 17:07 Blue Swirl
0 siblings, 0 replies; only message in thread
From: Blue Swirl @ 2008-08-26 17:07 UTC (permalink / raw)
To: qemu-devel
Revision: 5089
http://svn.sv.gnu.org/viewvc/?view=rev&root=qemu&revision=5089
Author: blueswir1
Date: 2008-08-26 17:07:04 +0000 (Tue, 26 Aug 2008)
Log Message:
-----------
Revert broken part of r5044 (thanks to Igor Kovalenko for spotting)
Modified Paths:
--------------
trunk/i386-dis.c
Modified: trunk/i386-dis.c
===================================================================
--- trunk/i386-dis.c 2008-08-25 22:26:03 UTC (rev 5088)
+++ trunk/i386-dis.c 2008-08-26 17:07:04 UTC (rev 5089)
@@ -2826,7 +2826,7 @@
oappend (s)
const char *s;
{
- pstrcpy (obufp, sizeof(obuf) - (size_t)(obufp - obuf), s);
+ strcpy (obufp, s);
obufp += strlen (s);
}
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2008-08-26 17:07 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-26 17:07 [Qemu-devel] [5089] Revert broken part of r5044 (thanks to Igor Kovalenko for spotting) Blue Swirl
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).