Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 903808 Details for
Bug 940252
app-forensics/aflplusplus-4.08c-r1 installs corrupt afl-fuzz.8 man page
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
proposed patch
afl.patch (text/plain), 731 bytes, created by
Nick Bowler
on 2024-09-26 02:58:47 UTC
(
hide
)
Description:
proposed patch
Filename:
MIME Type:
Creator:
Nick Bowler
Created:
2024-09-26 02:58:47 UTC
Size:
731 bytes
patch
obsolete
>--- gentoo/app-forensics/aflplusplus/aflplusplus-4.08c-r1.ebuild >+++ gentoo-fixes/app-forensics/aflplusplus/aflplusplus-4.08c-r1.ebuild >@@ -67,7 +67,17 @@ > } > > mymake() { >- emake \ >+ # afl-fuzz spews garbage to stdout if the environment contains any >+ # variables whose name beginning with USE_ (including the underscore), >+ # regardless of their value (even if empty!). The ebuild environment >+ # contains several such variables and the garbage that gets printed >+ # ends up in the generated man page. >+ # >+ # We can work around the problem by unsetting all these variables when >+ # running make. >+ local badvars=("${!USE_@}") >+ >+ env ${badvars[@]/#/-u} emake \ > CC="$(tc-getCC)" \ > CXX="$(tc-getCXX)" \ > CFLAGS_FLTO="" \
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 940252
:
903808
|
903809