1name: "Scudo Standalone" 2description: 3 "Scudo is a dynamic user-mode memory allocator, or heap allocator, designed " 4 "to be resilient against heap-related vulnerabilities (such as heap-based " 5 "buffer overflow, use after free, and double free) while maintaining " 6 "performance. It provides the standard C allocation and deallocation " 7 "primitives (such as malloc and free), as well as the C++ primitives (such " 8 "as new and delete)." 9 10third_party { 11 url { 12 type: HOMEPAGE 13 value: "http://llvm.org" 14 } 15 url { 16 type: GIT 17 value: "https://github.com/llvm/llvm-project.git" 18 } 19 version: "161cca266a9d0b6deb5f1fd2de8ad543649a7fa1" 20 license_type: NOTICE 21 last_upgrade_date { year: 2019 month: 9 day: 10 } 22} 23