FreeBSD Bugzilla – Attachment 4060 Details for
Bug 10518
memcpy bug in windowmaker
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 546 bytes, created by
Brian Handy
on 1999-03-10 00:30:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Brian Handy
Created:
1999-03-10 00:30:00 UTC
Size:
546 bytes
patch
obsolete
>diff -urN windowmaker.orig/patches/patch-aa windowmaker/patches/patch-aa >--- windowmaker.orig/patches/patch-aa Wed Dec 31 17:00:00 1969 >+++ windowmaker/patches/patch-aa Tue Mar 9 17:17:46 1999 >@@ -0,0 +1,14 @@ >+--- wmlib/app.c.orig Tue Mar 9 17:17:14 1999 >++++ wmlib/app.c Tue Mar 9 17:17:23 1999 >+@@ -65,9 +65,9 @@ >+ if (!win) >+ return False; >+ >+- free(app->windows); >+- >+ memcpy(win, app->windows, sizeof(Window)*app->win_count); >++ >++ free(app->windows); >+ >+ win[app->win_count] = window; >+ app->windows = win;
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 10518
: 4060