blob: bee7b61e47ab84f52f80d72e3d51a474487f093e [file] [log] [blame]
Christopher Ferris36e4c332019-09-17 14:06:11 -07001name: "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 }
Christopher Ferris48af59a2019-09-18 08:33:23 -070019 version: "161cca266a9d0b6deb5f1fd2de8ad543649a7fa1"
Bob Badour45e10362020-04-23 14:25:42 -070020 license_type: NOTICE
Christopher Ferris36e4c332019-09-17 14:06:11 -070021 last_upgrade_date { year: 2019 month: 9 day: 10 }
22}