Logo
componentabseil-cpp
Name
abseil-cpp
Version
20240116
Type
library
Description
Abseil is a cpp library like STL
Licenses
Apache-2.0
PURL
-
CPE
cpe:2.3:*:abseil:common_libraries:20240116.3:*:*:*:*:*:*:*

Other Versions#


Project
Branch
Version
kirkstone
20211102.0+gitX
master
20260107.1

Patches#


#
Title
Author
Resolve
1
PR #1644: unscaledcycleclock: remove RISC-V support
aurel32 <aurelien@aurel32.net>
2
Remove maes option from cross-compilation
Sinan Kaya <sinan.kaya@microsoft.com>
3
absl: always use <asm/sgidefs.h>
Khem Raj <raj.khem@gmail.com>
4
Remove neon option from cross compilation
Jonas Gorski <jonas.gorski@bisdn.de>
5
Patch #5
Khem Raj <raj.khem@gmail.com>
6
PR #1739: container/internal: Explicitly include <cstdint>
Christopher Fore <csfore@posteo.net>

Vulnerabilities#


Name
Analysis
Description
False Positive
There exists a heap buffer overflow vulnerable in Abseil-cpp. The sized constructors, reserve(), and rehash() methods of absl::{flat,node}hash{set,map} did not impose an upper bound on their size argument. As a result, it was possible for a caller to pass a very large size that would cause an integer overflow when computing the size of the container's backing store, and a subsequent out-of-bounds memory write. Subsequent accesses to the container might also access out-of-bounds memory. We recommend upgrading past commit 5a0e2cb5e3958dd90bb8569a2766622cb74d90c1