FreeBSD Bugzilla – Attachment 249074 Details for
Bug 264669
sysutils/wmmemload: fails with stack overflow after build with stack-protector-strong
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
sysutils/wmmemload: fix aborting at start
wmmemload_20240310.diff (text/plain), 492 bytes, created by
Marco Beishuizen
on 2024-03-10 14:14:48 UTC
(
hide
)
Description:
sysutils/wmmemload: fix aborting at start
Filename:
MIME Type:
Creator:
Marco Beishuizen
Created:
2024-03-10 14:14:48 UTC
Size:
492 bytes
patch
obsolete
>--- src/mem_freebsd.c 2015-04-07 15:19:45.000000000 +0200 >+++ src/mem_freebsd.c 2024-03-10 13:38:58.793906000 +0100 >@@ -10,6 +10,7 @@ > #include "config.h" > #endif > >+#include <sys/types.h> > #include <stdio.h> > #include <stdlib.h> > #include <string.h> >@@ -81,7 +82,7 @@ > if (swap_firsttime || > (((new_swappgsin > swappgsin) || (new_swappgsout > swappgsout)) > && cur_time > last_time_swap + 1)) { >- int mib[2], n; >+ int mib[3], n; > size_t mibsize, size; > struct xswdev xsw; >
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
Flags:
mbeis
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 264669
:
234678
| 249074