Harden_all_packages_with_position-independent_code + guile modules

Florian Weimer fweimer at redhat.com
Wed Mar 18 23:28:56 UTC 2015


On 03/18/2015 03:21 PM, Moez Roy wrote:

> I was doing some research last night but not tested it yet:
> 
> "nonow"

That's not a thing.  The opposite of “-z now” is “-z lazy”:

      else if (strcmp (optarg, "now") == 0)
        {
          link_info.flags |= (bfd_vma) DF_BIND_NOW;
          link_info.flags_1 |= (bfd_vma) DF_1_NOW;
        }
      else if (strcmp (optarg, "lazy") == 0)
        {
          link_info.flags &= ~(bfd_vma) DF_BIND_NOW;
          link_info.flags_1 &= ~(bfd_vma) DF_1_NOW;
        }

-- 
Florian Weimer / Red Hat Product Security


More information about the devel mailing list