FreeBSD Bugzilla – Attachment 132605 Details for
Bug 176935
Update emulators/x48
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.13 KB, created by
Pedro F. Giffuni
on 2013-03-14 03:00:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Pedro F. Giffuni
Created:
2013-03-14 03:00:00 UTC
Size:
1.13 KB
patch
obsolete
>Index: x48/files/patch-src+debugger.c >=================================================================== >--- x48/files/patch-src+debugger.c (revision 0) >+++ x48/files/patch-src+debugger.c (working copy) >@@ -0,0 +1,13 @@ >+--- src/debugger.c 2011/08/10 05:36:10 57 >++++ src/debugger.c 2011/08/10 05:38:58 58 >+@@ -1933,8 +1933,8 @@ >+ free (old_line); >+ old_line = (char *) 0; >+ } >+- cl = strcpy ((char *) malloc (strlen (rl)), rl); >+- old_line = strcpy ((char *) malloc (strlen (rl)), rl); >++ cl = strdup (rl); >++ old_line = strdup (rl); >+ #ifdef HAVE_READLINE >+ add_history (rl); >+ #endif >Index: x48/files/patch-src+timer.c >=================================================================== >--- x48/files/patch-src+timer.c (revision 0) >+++ x48/files/patch-src+timer.c (working copy) >@@ -0,0 +1,11 @@ >+--- src/timer.c 2011/08/10 02:29:47 51 >++++ src/timer.c 2011/08/10 02:32:11 52 >+@@ -509,7 +509,7 @@ >+ { >+ set_0_time += adj_time; >+ time_offset += adj_time; >+- access_time - adj_time; >++ access_time -= adj_time; >+ >+ #ifdef DEBUG_TIMER_ADJUST >+ fprintf(stderr, "Time adjusted by ");
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 176935
: 132605 |
132606