Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

nextclip binary contains writable and executable sections #22

Open
mmokrejs opened this issue Jan 17, 2018 · 1 comment
Open

nextclip binary contains writable and executable sections #22

mmokrejs opened this issue Jan 17, 2018 · 1 comment

Comments

@mmokrejs
Copy link

Hi Richard,
I wanted to install nextclip on Gentoo Linux which does some automated tests before installing applications. I complains about the compiled code with the following:

 * QA Notice: The following files contain writable and executable sections
 *  Files with such sections will not work properly (or at all!) on some
 *  architectures/operating systems.  A bug should be filed at
 *  https://bugs.gentoo.org/ to make sure the issue is fixed.
 *  For more information, see:
 * 
 *    https://wiki.gentoo.org/wiki/Hardened/GNU_stack_quickstart
 * 
 *  Please include the following list of files in your report:
 *  Note: Bugs should be filed for the respective maintainers
 *  of the package in question and not [email protected].
 * RWX --- --- usr/bin/nextclip

This is not an official package in Gentoo so no reason to report it there. Anyway, the issue with the C code somewhere making into nextclip.o:

$ scanelf -qeR .
RWX --- ---  ./nextclip-NextClip_v1.3.1/bin/nextclip
--X --- ---  ./nextclip-NextClip_v1.3.1/obj/nextclip.o
$
@richardmleggett
Copy link
Owner

Thanks for the comment. Not sure what this is, but will investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants