GithubHelp home page GithubHelp logo

Comments (4)

kaniini avatar kaniini commented on September 27, 2024

Macros which begin with an underscore are reserved specifiers. _FORTIFY_SOURCE is linux-specific, and is not available on all libcs, notably glibc/ia64 has incomplete support. Declaring _FORTIFY_SOURCE can cause link-time problems.

Thusly, NAK.

from charybdis.

cmouse avatar cmouse commented on September 27, 2024

So. You just refused all suggested CFLAGS and LDFLAGS because of _FORTIFY_SOURCE? Also, itthese can be detected using pretty simple autoconf macros, so that they won't be used if they cause problems. Having these when possible will increase code security.

from charybdis.

kaniini avatar kaniini commented on September 27, 2024

If you want these you can customize the build yourself. The goal of the build system we provide is to be portable to a number of operating systems. NAK stands.

from charybdis.

cmouse avatar cmouse commented on September 27, 2024

So you use configure, but don't know how to use it to test whether particular compiler/linker flag is accepted or not? Or you just don't want to do this, which is better reason than "portability" in any case. Those tests are not hard to write, and I see you actually have those. So your excuses here about portability are pretty funny, since your configure scripts could already test all except the read-only GOT tables. But thanks for the replies though.

from charybdis.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.