Skip to content
Snippets Groups Projects
  1. Mar 06, 2019
  2. Feb 20, 2019
  3. Feb 13, 2019
  4. Feb 12, 2019
  5. Feb 09, 2019
  6. Feb 06, 2019
  7. Jan 23, 2019
  8. Jan 22, 2019
  9. Jan 06, 2019
  10. Dec 17, 2018
  11. Nov 21, 2018
  12. Nov 17, 2018
    • Dan Willemsen's avatar
      Convert sanitizer-status to Android.bp · d967d423
      Dan Willemsen authored
      Random conditionals are not supported in Android.bp files, so this
      needed a build system extension in Go.
      
      /system/xbin is deprecated, this now installs into /system/bin and adds
      a CleanSpec.mk entry to remove the old version.
      
      See build/soong/README.md for more information.
      
      Test: cd tools/security/sanitizer-status; mma
      Test: SANITIZE_TARGET=address m libsanitizer-status
      Test: SANITIZE_TARGET="address coverage" m libsanitizer-status
      Change-Id: Iabc92d580bb76dfb7272afc57e26bd0595990596
      d967d423
  13. Aug 01, 2018
  14. Apr 20, 2018
  15. Apr 19, 2018
    • Zach Riggle's avatar
      Enable invocation of 32-bit fuzzers · 5ac26e09
      Zach Riggle authored
      Previously we would only invoke 64-bit fuzzers.  We still prefer 64-bit, but
      will fall back to 32-bit if that's the only thing that exists (e.g. codecs).
      
      Change-Id: I32e7f6c3b157eade17e7ce5ad77054b54fda4bba
      5ac26e09
  16. Apr 18, 2018
  17. Apr 13, 2018
  18. Apr 12, 2018
  19. Apr 06, 2018
  20. Apr 03, 2018
    • Zach Riggle's avatar
      Add sanitizer-status from //vendor/google/tools/security · df331216
      Zach Riggle authored
      This utility is designed to provide a quick sanitiy check for build
      flags which are needed for effective fuzzing.
      
      Change-Id: I3e8f19e4eeaba22e5ccc6cac346ef490db0fa11e
      df331216
    • Zach Riggle's avatar
      Make the 'fuzz' script more robust · d4efbf4c
      Zach Riggle authored
      Adds support for easy location of the most recent fuzzing session.
      
      Adds support for command-line options to override the default
      locations of the various directories.
      
      Also expose the script to AOSP by moving it to //tools/security
      
      Change-Id: Iab104a69251548c6bbff3c7de77ba37bcfe087ab
      d4efbf4c
  21. Mar 28, 2018
Loading