Searched +full:fuzz +full:- +full:issue +full:- +full:updated +full:- +full:support (Results 1 – 25 of 61) sorted by relevance
123
| /external/oss-fuzz/infra/triage-party/ |
| D | oss-fuzz.yaml | 2 name: oss-fuzz 4 - https://github.com/google/oss-fuzz 7 - id: Fuzzing Issues 11 Status of issues across oss-fuzz repos 14 - fuzz-issue-updated-support 16 - fuzz-bugs 17 - fuzz-priority 19 - fuzz-many-reactions 20 - fuzz-many-commenters 21 - fuzz-issue-zombies [all …]
|
| /external/AFLplusplus/ |
| D | Changelog.md | 7 - afl-fuzz: 8 - default power schedule is now EXPLORE, due a fix in fast schedules 10 - fixed minor issues in the mutation engine, thanks to @futhewo for 12 - better deterministic fuzzing is now available, benchmarks have shown 13 to improve fuzzing. Enable with -D. Thanks to @kdsjZh for the PR! 14 - afl-cc: 15 - large rewrite by @SonicStark which fixes a few corner cases, thanks! 16 - LTO mode now requires llvm 12+ 17 - workaround for ASAN with gcc_plugin mode 18 - instrumentation: [all …]
|
| /external/AFLplusplus/docs/ |
| D | Changelog.md | 7 - afl-fuzz: 8 - default power schedule is now EXPLORE, due a fix in fast schedules 10 - fixed minor issues in the mutation engine, thanks to @futhewo for 12 - better deterministic fuzzing is now available, benchmarks have shown 13 to improve fuzzing. Enable with -D. Thanks to @kdsjZh for the PR! 14 - afl-cc: 15 - large rewrite by @SonicStark which fixes a few corner cases, thanks! 16 - LTO mode now requires llvm 12+ 17 - workaround for ASAN with gcc_plugin mode 18 - instrumentation: [all …]
|
| D | env_variables.md | 14 Starting with AFL++ 3.0, there is only one compiler: afl-cc. 18 - Pass the --afl-MODE command-line option to the compiler. Only this option 19 accepts further AFL-specific command-line options. 20 - Use a symlink to afl-cc: afl-clang, afl-clang++, afl-clang-fast, 21 afl-clang-fast++, afl-clang-lto, afl-clang-lto++, afl-g++, afl-g++-fast, 22 afl-gcc, afl-gcc-fast. This option does not accept AFL-specific command-line 24 - Use the `AFL_CC_COMPILER` environment variable with `MODE`. To select 27 - `GCC` (afl-gcc/afl-g++) 28 - `GCC_PLUGIN` (afl-g*-fast) 29 - `LLVM` (afl-clang-fast*) [all …]
|
| /external/jsoup/ |
| D | change-archive.txt | 3 Contains change notes for versions 0.1.1 (2010-Jan-31) through 1.17.1 (2023-Nov-27). 6 Release 1.17.1 [27-Nov-2023] 7 …* Improvement: in Jsoup.connect(), added support for request-level authentication, supporting auth… 11 …* Improvement: in the Elements list, added direct support for `#set(index, element)`, `#remove(ind… 23 …* Improvement: added the `:is(selector list)` pseudo-selector, which finds elements that match any… 26 * Improvement: repackaged the library with native (vs automatic) JPMS module support. 56 …* Bugfix: in a sub-query such as `p:has(> span, > i)`, combinators following the `,` Or combinator… 57 incorrectly skipped, such that the sub-query was parsed as `i` instead of `> i`. 67 …* Bugfix: when cleaning a document, the output style of unknown self-closing tags from the input w… 68 the output. (So a <foo /> in the input, if safe-listed, would be output as <foo></foo>.) [all …]
|
| /external/oss-fuzz/docs/advanced-topics/ |
| D | reproducing.md | 1 --- 6 permalink: /advanced-topics/reproducing/ 7 --- 9 # Reproducing OSS-Fuzz issues 12 You've been CCed on an OSS-Fuzz issue 13 ([examples](https://bugs.chromium.org/p/oss-fuzz/issues/list?can=1&q=Type%3ABug%2CBug-Security)). 17 - TOC 19 --- 21 ## Fuzz target bugs 23 Every issue has a [reproducer file]({{ site.baseurl [all …]
|
| /external/rust/crates/libfuzzer-sys/ |
| D | CHANGELOG.md | 3 Released YYYY-MM-DD. 29 -------------------------------------------------------------------------------- 33 Released 2023-08-10. 42 -------------------------------------------------------------------------------- 46 Released 2023-01-26. 54 -------------------------------------------------------------------------------- 58 Released 2022-10-18. 68 * Ensured that there is always at least one inline-never frame on the stack per 69 fuzz target. This helps prevent oss-fuzz from "deduplicating" different bugs 70 from different fuzz targets into the same bug. [all …]
|
| /external/webp/ |
| D | NEWS | 1 - 4/12/2024: version 1.4.0 4 - libwebpmux: WebPAnimEncoderSetChunk, WebPAnimEncoderGetChunk, 6 - libsharpyuv: SharpYuvOptionsInit, SharpYuvConvertWithOptions 7 - extras: SharpYuvEstimate420Risk 11 -DWEBP_ENABLE_NODISCARD=1 12 * improvements and corrections in webp-container-spec.txt and 13 webp-lossless-bitstream-spec.txt (#611) 16 - 9/13/2023: version 1.3.2 18 * security fix for lossless decoder (chromium: #1479274, CVE-2023-4863) 20 - 6/23/2023: version 1.3.1 [all …]
|
| /external/lz4/ |
| D | NEWS | 3 perf : faster decoding speed (~+70%) for -BD4 setting in CLI 9 cli : `--list` works on `stdin` input, by @Low-power 10 cli : `--no-crc` does not produce (compression) nor check (decompression) checksums 11 cli : fix: `--test` and `--list` produce an error code when parsing invalid input 12 cli : fix: support skippable frames when passed via `stdin`, reported by @davidmankin 14 build: `LZ4_FREESTANDING`, new build macro for freestanding environments, by @t-mat 15 build: `make` and `make test` are compatible with `-j` parallel run 18 build: MSVC 2022 support, by @t-mat 19 build: improved meson script, by @eli-schwartz 20 doc : Updated LZ4 block format, provide an "implementation notes" section [all …]
|
| /external/libaom/ |
| D | CHANGELOG | 1 2024-04-09 v3.9.0 6 - New Features 14 * libwebm is updated to libwebm-1.0.0.31-1-gaffd7f4. 16 - Compression Efficiency Improvements 18 * 1-2% BD-rate gain for screen content with temporal layers; 5% BD-rate 21 - Perceptual Quality Improvements 27 - Speedups: 30 * 5-9% speed up for high bit-depth encoding with good mode on Arm, half of 33 - Other improvements 35 * Documented minimum required SIMD support: SSE4.1 on x86, Neon on Arm. [all …]
|
| /external/freetype/docs/oldlogs/ |
| D | ChangeLog.210 | 1 2021-07-18 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-11-0'. 10 * docs/CHANGES: Updated. 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 36 This patch fixes the issue by disabling the special code path when 37 64-bit integer types are not available. [all …]
|
| D | ChangeLog.28 | 1 2017-09-16 Werner Lemberg <wl@gnu.org> 7 Tag sources with `VER-2-8-1'. 10 * docs/CHANGES: Updated. 24 builds/wince/vc2005-ce/freetype.vcproj, 25 builds/wince/vc2005-ce/index.html, 26 builds/wince/vc2008-ce/freetype.vcproj, 27 builds/wince/vc2008-ce/index.html: s/2.8/2.8.1/, s/28/281/. 34 2017-09-13 suzuki toshiya <mpsuzuki@hiroshima-u.ac.jp> 38 __builtin_shuffle() was introduced in gcc-4.7. The lowest 41 * src/sfnt/pngshim.c (premultiply_data): Fix cpp-macro to [all …]
|
| /external/pcre/ |
| D | ChangeLog | 2 -------------------- 7 Version 10.44 07-June-2024 8 -------------------------- 10 1. If a pattern contained a variable-length lookbehind in which the first 17 2. Further updates to the oss-fuzz support: 22 classes contain a lot of non-ascii characters. 26 (c) Arranged for text error messages to be shown in 16-bit and 32-bit modes. 35 bytes because this takes a long time, causing oss-fuzz to time out. 55 break property unless a zero-width joiner intervenes. PCRE2 was not insisting 56 on the ZWJ, causing \X to match more than it should. See GitHub issue #410. [all …]
|
| /external/libpng/ |
| D | CHANGES | 1 CHANGES - changes for libpng 4 initial work-in-progress release 18 added K&R support 68 added png_read_update_info() - updates info structure with transformations 79 fixed some bugs (16-bit, 4-bit interlaced, etc.) 103 Changed warning/error callback functions to fix bug - this means you 115 in pngconf.h) - if nobody uses this, it may disappear in the future. 122 Updated documentation to reflect new API 129 libpng will use the zlib CRC routines by (compile-time) default 130 Changed DOS small/medium model memory support - needs zlib 1.04 (Tim Wegner) [all …]
|
| /external/openthread/third_party/mbedtls/repo/ |
| D | ChangeLog | 3 = Mbed TLS 2.28.7 branch released 2024-01-26 14 could result in an integer overflow, causing a zero-length buffer to be 18 = Mbed TLS 2.28.6 branch released 2023-11-06 21 * Mbed TLS is now released under a dual Apache-2.0 OR GPL-2.0-or-later 24 = Mbed TLS 2.28.5 branch released 2023-10-05 39 (notably recent versions of Clang and IAR) could produce non-constant 43 ARC4 or null-cipher cipher suites. Credit to OSS-Fuzz. 52 * Fix an issue when parsing an otherName subject alternative name into a 53 mbedtls_x509_san_other_name struct. The type-id of the otherName was not 69 only used in relation with CMAC which does not support these ciphers. [all …]
|
| /external/rust/crates/textwrap/ |
| D | CHANGELOG.md | 6 ## Version 0.16.0 (2022-10-23) 16 paths to `fill` and `wrap`. This makes the functions 10-25 times 23 Rust 1.56 (first compiler release with support for Rust 2021). 29 ## Version 0.15.1 (2022-09-15) 34 ## Version 0.15.0 (2022-02-27) 71 nearly performance neutral (a 1-2% regression). 76 documentation for short last-line penalty more precise. 83 * [#423](https://github.com/mgeisler/textwrap/pull/423): Add fuzz 86 `wrap_optimal_fit` penalties to non-negative numbers. 88 `debug-words` example. [all …]
|
| /external/tcpdump/ |
| D | CONTRIBUTING.md | 6 **To report a security issue (segfault, buffer overflow, infinite loop, arbitrary 7 code execution etc) please send an e-mail to security@tcpdump.org, do not use 10 To report a non-security problem (failure to compile, incorrect output in the 11 protocol printout, missing support for a particular protocol etc) please check 15 libpcap. If it does (and it is not a security-related problem, otherwise see 17 [bug tracker](https://github.com/the-tcpdump-group/tcpdump/issues) 19 a new issue and provide the following details: 21 * tcpdump and libpcap version (`tcpdump --version`) 23 (`uname -a`, compiler name and version, CPU type etc.) 33 [subscribe to the mailing list](https://www.tcpdump.org/#mailing-lists) [all …]
|
| /external/angle/third_party/spirv-tools/src/ |
| D | CHANGES | 1 Revision history for SPIRV-Tools 3 v2024.2 2024-04-22 4 - General 5 - Add SPIRV_TOOLS_EXPORT to public C++ API (#5591) 6 - Use bazel 7 and bzlmod (#5601) 7 - Optimizer 8 - opt: add GroupNonUniformPartitionedNV capability to trim pass (#5648) 9 - Fix rebuilding types with circular references. (#5637) 10 - Add AliasedPointer decoration (#5635) 11 - add support for vulkan-shader-profiler external passes (#5512) [all …]
|
| D | README.md | 1 # SPIR-V Tools 2 …ts/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.c… 4 NEWS 2023-01-11: Development occurs on the `main` branch. 8 The SPIR-V Tools project provides an API and commands for processing SPIR-V 12 validator, and optimizer for SPIR-V. Except for the optimizer, all are based 21 SPIR-V is defined by the Khronos Group Inc. 22 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification, 27 The official releases for SPIRV-Tools can be found on LunarG's 34 …://storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storag… 35 …://storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storag… [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/ |
| D | CHANGES | 1 Revision history for SPIRV-Tools 3 v2024.2 2024-04-22 4 - General 5 - Add SPIRV_TOOLS_EXPORT to public C++ API (#5591) 6 - Use bazel 7 and bzlmod (#5601) 7 - Optimizer 8 - opt: add GroupNonUniformPartitionedNV capability to trim pass (#5648) 9 - Fix rebuilding types with circular references. (#5637) 10 - Add AliasedPointer decoration (#5635) 11 - add support for vulkan-shader-profiler external passes (#5512) [all …]
|
| D | README.md | 1 # SPIR-V Tools 2 …ts/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.c… 4 NEWS 2023-01-11: Development occurs on the `main` branch. 8 The SPIR-V Tools project provides an API and commands for processing SPIR-V 12 validator, and optimizer for SPIR-V. Except for the optimizer, all are based 21 SPIR-V is defined by the Khronos Group Inc. 22 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification, 27 The official releases for SPIRV-Tools can be found on LunarG's 34 …://storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storag… 35 …://storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storag… [all …]
|
| /external/tpm2-tss/ |
| D | CHANGELOG.md | 6 ## [2.4.0] - 2020-03-11 8 - Added a new Feature API (FAPI) implementation 9 - Added Esys_TRSess_GetAuthRequired() ESAPI function 10 - Added Esys_TR_GetTpmHandle() SAPI function 11 - Added Esys_GetSysContext() SAPI function 12 - Added the with-sanitizer configure option 13 - Added CI for FreeBSD 16 - Changed MSSIM TCTI to be async capable 17 - Removed TCTI loaders from ESYS dependencies in pkg-config 18 - Changed getPollHandles to allow num_handles query [all …]
|
| /external/deqp-deps/SPIRV-Tools/ |
| D | CHANGES | 1 Revision history for SPIRV-Tools 3 v2023.6 2023-12-18 4 - General 5 - update_build_version.py produce deterministic header. (#5426) 6 - Support missing git in update_build_version.py (#5473) 7 - Optimizer 8 - Add ComputeDerivativeGroup*NV capabilities to trim capabilities pass. (#5430) 9 - Do not crash when tryingto fold unsupported spec constant (#5496) 10 - instrument: Fix handling of gl_InvocationID (#5493) 11 - Fix nullptr argument in MarkInsertChain (#5465) [all …]
|
| D | README.md | 1 # SPIR-V Tools 2 …ts/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.c… 4 NEWS 2023-01-11: Development occurs on the `main` branch. 8 The SPIR-V Tools project provides an API and commands for processing SPIR-V 12 validator, and optimizer for SPIR-V. Except for the optimizer, all are based 21 SPIR-V is defined by the Khronos Group Inc. 22 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification, 27 …://storage.googleapis.com/spirv-tools/badges/build_status_linux_clang_release.svg)](https://storag… 28 …://storage.googleapis.com/spirv-tools/badges/build_status_macos_clang_release.svg)](https://storag… 29 …ps://storage.googleapis.com/spirv-tools/badges/build_status_windows_release.svg)](https://storage.… [all …]
|
| /external/mbedtls/ |
| D | ChangeLog | 3 = Mbed TLS 3.5.2 branch released 2024-01-26 14 could result in an integer overflow, causing a zero-length buffer to be 18 = Mbed TLS 3.5.1 branch released 2023-11-06 21 * Mbed TLS is now released under a dual Apache-2.0 OR GPL-2.0-or-later 28 = Mbed TLS 3.5.0 branch released 2023-10-05 31 * Mbed TLS 3.4 introduced support for omitting the built-in implementation 32 of ECDSA and/or EC J-PAKE when those are provided by a driver. However, 33 there was a flaw in the logic checking if the built-in implementation, in 36 accelerated and still have the built-in implementation compiled out. 39 considered not accelerated, and the built-in implementation of the curves [all …]
|
123