fortify-headers

standalone fortify-source implementation
git clone git://git.2f30.org/fortify-headers
Log | Files | Refs | README | LICENSE

test_umask.c (140B)


      1 #include "common.h"
      2 
      3 #include <sys/stat.h>
      4 
      5 int main(int argc, char** argv) {
      6 #if !defined(__clang__)
      7   umask(0666);
      8 #endif
      9   return ret;
     10 }