[PATCH] D57918: Add an attribute that causes clang to emit fortified calls to C stdlib functions

Erik Pilkington via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Mar 13 14:37:17 PDT 2019


erik.pilkington added a subscriber: jyknight.
erik.pilkington marked 2 inline comments as done.
erik.pilkington added a comment.
Herald added a subscriber: jdoerfert.

I reverted this in r356103:

  Revert "Add a new attribute, fortify_stdlib"
  
  This reverts commit r353765. After talking with our c stdlib folks, we decided
  to use the existing pass_object_size attribute to implement _FORTIFY_SOURCE
  wrappers, like Bionic does (I didn't realize that pass_object_size could be used
  for this purpose). Sorry for the flip/flop, and thanks to James Y. Knight for
  pointing this out to me.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D57918/new/

https://reviews.llvm.org/D57918





More information about the cfe-commits mailing list