Home
last modified time | relevance | path

Searched +full:asan +full:- +full:ubsan +full:- +full:regression (Results 1 – 17 of 17) sorted by relevance

/external/zstd/tests/fuzz/
DREADME.md16 Run `./fuzz.py -h` for the commands and run `./fuzz.py COMMAND -h` for
24 make -C ../tests decodecorpus
28 By default it outputs 100 samples, each at most 8KB into `corpora/TARGET-seed`,
29 but that can be configured with the `--number`, `--max-size-log` and `--seed`
35 `--cc`, `--cflags`, etc.
37 `--lib-fuzzing-engine`, the default is `libregression.a`.
39 `--enable-fuzzer`.
40 It has flags that can easily set up sanitizers `--enable-{a,ub,m}san`, and
41 coverage instrumentation `--enable-coverage`.
42 It sets sane defaults which can be overridden with flags `--debug`,
[all …]
Dfuzz.py7 # This source code is licensed under both the BSD-style license (found in the
10 # You may select, at your option, one of the above-listed licenses.
77 CFLAGS = os.environ.get('CFLAGS', '-O3')
80 MFLAGS = os.environ.get('MFLAGS', '-j')
84 AFL_FUZZ = os.environ.get('AFL_FUZZ', 'afl-fuzz')
152 san_flags = ','.join(re.findall('-fsanitize=((?:[a-z]+,?)+)', flags))
153 nosan_flags = ','.join(re.findall('-fno-sanitize=((?:[a-z]+,?)+)', flags))
157 raise RuntimeError('-fno-sanitize={s} and -fsanitize={s} passed'.
168 args.asan = set_sanitizer('address', args.asan, san, nosan)
170 args.ubsan = set_sanitizer('undefined', args.ubsan, san, nosan)
[all …]
/external/zstd/.github/workflows/
Ddev-long-tests.yml1 name: dev-long-tests
5 group: long-${{ github.ref }}
6 cancel-in-progress: true
13 make-all:
14 runs-on: ubuntu-latest
16 - uses: actions/checkout@v2
17 - name: make all
21 make-test:
22 runs-on: ubuntu-latest
27 - uses: actions/checkout@v2
[all …]
/external/compiler-rt/test/
DCMakeLists.txt25 clang clang-headers FileCheck count not llvm-config llvm-nm llvm-objdump
26 llvm-symbolizer compiler-rt-headers sancov)
43 add_subdirectory(asan)
64 add_subdirectory(ubsan)
66 # CFI tests require diagnostic mode, which is implemented in UBSan.
86 add_lit_target(check-all
87 "Running all regression tests"
/external/oss-fuzz/docs/advanced-topics/
Dideal_integration.md1 ---
6 permalink: /advanced-topics/ideal-integration/
7 ---
9 # Ideal integration with OSS-Fuzz
13 implement and maintain fuzz targets or integrate them with OSS-Fuzz in the same
19 [example](https://github.com/google/oss-fuzz/tree/master/projects/example/my-api-repo)
22 - TOC
24 ---
28 Every [fuzz target](http://libfuzzer.info/#fuzz-target):
29 * Is [maintained by code owners](#fuzz-target) in their RCS (Git, SVN, etc).
[all …]
/external/zstd/
DMakefile2 # Copyright (c) 2015-2021, Yann Collet, Facebook, Inc.
5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
24 # When cross-compiling from linux to windows, you might
28 # Note: mingw-w64 build from linux to windows does not
40 ## default: Build lib-release and zstd-release
42 default: lib-release zstd-release
53 $(Q)$(MAKE) -C $(PRGDIR) all
54 $(Q)$(MAKE) -C $(TESTDIR) all
58 $(MAKE) -C $(PRGDIR) zstd32
[all …]
/external/llvm/docs/
DLibFuzzer.rst2 libFuzzer – a library for coverage-guided fuzz testing.
11 LibFuzzer is a library for in-process, coverage-guided, evolutionary fuzzing
15 all of its fuzzing inside a single process. This in-process fuzzing can be more
17 for process start-up.
34 (If `building Clang from trunk`_ is too time-consuming or difficult, then
38 .. code-block:: console
47 ``./third_party/llvm-build/Release+Asserts/bin/clang``)
65 --------
70 .. code-block:: c++
75 return 0; // Non-zero return values are reserved for future use.
[all …]
/external/libxml2/
DNEWS11 - Security:
12 [CVE-2022-23308] Use-after-free of ID and IDREF attributes
14 Use-after-free in xmlXIncludeCopyRange (David Kilzer)
15 Fix Null-deref-in-xmlSchemaGetComponentTargetNs (huangduirong)
20 - Fixed regressions:
21 Fix regression in RelaxNG pattern matching
23 Fix regression with PEs in external DTD
25 Revert "Make schema validation fail with multiple top-level elements"
26 Fix regression when parsing invalid HTML tags in push mode
27 Fix regression parsing public IDs literals in HTML
[all …]
/external/libabigail/
DNEWS7 Bug 27512 - Remove broken zip-archive support
12 configure: add --enable-rpm415 option
13 Add check-self-compare to release regression testing
16 Add has-spdx-header.sh script
17 Add replace-spdx-license.sh script
18 Add helper files to perform the re-licensing
19 Re-license the project to Apache v2 With LLVM Exception
22 Add a license-change-2020.txt file
24 CONTRIBUTING: Update instructions about regression tests
28 Bug 26992 - Try harder to resolve declaration-only classes
[all …]
DChangeLog1 2021-10-04 Dodji Seketeli <dodji@redhat.com>
6 2021-09-23 Dodji Seketeli <dodji@redhat.com>
8 Bug 27086 - Consider all C++ virtual destructors when there are many
9 * src/abg-dwarf-reader.c (build_or_get_fn_decl_if_not_suppressed):
10 Do not try to re-use a virtual destructor of a class, based on its
13 * tests/data/test-types-stability/PR27086-libstdc++.so.6.0.26:
17 * tests/test-types-stability.cc (elf_paths): Add the test input
20 2021-09-23 Dodji Seketeli <dodji@redhat.com>
22 dwarf-reader: Indent
23 * src/abg-dwarf-reader.cc (finish_member_function_reading): Fix
[all …]
/external/libxml2/doc/
Dnews.html1 <?xml version="1.0" encoding="UTF-8"?>
2 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xht…
3 …s="http://www.w3.org/1999/xhtml"><head><meta http-equiv="Content-Type" content="text/html; charset…
4 TD {font-family: Verdana,Arial,Helvetica}
5 BODY {font-family: Verdana,Arial,Helvetica; margin-top: 2em; margin-left: 0em; margin-right: 0em}
6 H1 {font-family: Verdana,Arial,Helvetica}
7 H2 {font-family: Verdana,Arial,Helvetica}
8 H3 {font-family: Verdana,Arial,Helvetica}
9 A:link, A:visited, A:active { text-decoration: underline }
10-Logo-180x168.gif" alt="Made with Libxml2 Logo" /></a></div></td><td><table border="0" width="90%"…
[all …]
Dxml.html1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
14 <h1 style="text-align: center">libxml, a.k.a. gnome-xml</h1>
19 style="text-align: right; font-style: italic; font-size: 10pt">"Programming
26 under the <a href="http://www.opensource.org/licenses/mit-license.html">MIT
30 well-known markup language. Though the library is written in C <a
42 href="http://www.w3.org/TR/REC-xml">http://www.w3.org/TR/REC-xml</a></li>
44 href="http://www.w3.org/TR/REC-xml-names/">http://www.w3.org/TR/REC-xml-names/</a></li>
47 <li><a href="http://www.cis.ohio-state.edu/rfc/rfc2396.txt">RFC 2396</a> :
58 <li>ISO-8859-x encodings, as well as <a
[all …]
/external/freetype/docs/oldlogs/
DChangeLog.2101 2021-07-18 Werner Lemberg <wl@gnu.org>
7 Tag sources with `VER-2-11-0'.
15 builds/wince/vc2005-ce/index.html,
16 builds/wince/vc2008-ce/index.html, docs/freetype-config.1:
26 * builds/toplevel.mk (dist): Ignore more git-related files.
28 2021-07-17 David Turner <david@freetype.org>
32 The code assumed that if `__SSE2__` is defined, then 64-bit integer
37 64-bit integer types are not available.
41 2021-07-16 Alex Richardson <Alexander.Richardson@cl.cam.ac.uk>
45 * tests/issue-1063/main.c (main): I am building with a build
[all …]
/external/mesa3d/
D.pick_status.json148 "description": "radv: add support for emitting PS_DONE/CS_DONE on GFX6-8",
256 "description": "anv: Skip CCS ambiguate which preceed fast-clears",
292 "description": "freedreno: Skip some batch dependency tracking if !ctx->dirty.",
301 "description": "freedreno: Move framebuffer state checks under a ctx->dirty flag.",
337 "description": "anv: Invalidate the correct AUX-TT entry",
391 "description": "docs: Mark some non-core zink extensions complete",
409 "description": "ci: Add a fractional deqp run of softpipe with asan enabled.",
463 "description": "r300,i915g: Report no shader buffers or images on non-TCL HW.",
499 "description": "gallium/st: lower point-sprites if not supported",
841 "description": "vk-device-select: add device group support",
[all …]
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
38 ** This file implements routines used to report what compile-time options
42 #ifndef SQLITE_OMIT_COMPILEOPTION_DIAGS /* IMP: R-16824-07538 */
46 ** autoconf-based build
60 ** comma. e.g. (-DSQLITE_DEFAULT_LOOKASIDE="100,100") */
65 ** An array of names of all compile-time options. This array should
66 ** be sorted A-Z.
69 ** only a handful of compile-time options, so most times this array is usually
105 "COMPILER=clang-" CTIMEOPT_VAL(__clang_major__) "."
109 "COMPILER=msvc-" CTIMEOPT_VAL(_MSC_VER),
[all …]
/external/sqlite/dist/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
38 ** This file implements routines used to report what compile-time options
42 #ifndef SQLITE_OMIT_COMPILEOPTION_DIAGS /* IMP: R-16824-07538 */
46 ** autoconf-based build
60 ** comma. e.g. (-DSQLITE_DEFAULT_LOOKASIDE="100,100") */
65 ** An array of names of all compile-time options. This array should
66 ** be sorted A-Z.
69 ** only a handful of compile-time options, so most times this array is usually
105 "COMPILER=clang-" CTIMEOPT_VAL(__clang_major__) "."
109 "COMPILER=msvc-" CTIMEOPT_VAL(_MSC_VER),
[all …]
/external/sqlite/dist/orig/
Dsqlite3.c17 ** language. The code for the "sqlite3" command-line shell is also in a
38 ** This file implements routines used to report what compile-time options
42 #ifndef SQLITE_OMIT_COMPILEOPTION_DIAGS /* IMP: R-16824-07538 */
46 ** autoconf-based build
60 ** comma. e.g. (-DSQLITE_DEFAULT_LOOKASIDE="100,100") */
65 ** An array of names of all compile-time options. This array should
66 ** be sorted A-Z.
69 ** only a handful of compile-time options, so most times this array is usually
105 "COMPILER=clang-" CTIMEOPT_VAL(__clang_major__) "."
109 "COMPILER=msvc-" CTIMEOPT_VAL(_MSC_VER),
[all …]