这是indexloc提供的服务,不要输入任何密码
Skip to content

Tags: h-vetinari/abseil-cpp

Tags

20190808.1

Toggle 20190808.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds bounds-checking to the second range of absl container algorithms (

…abseil#812)

The APIs for the two-range `absl::c_mismatch`, `absl::c_swap_ranges`,
and `absl::c_transform` are misleading as they do not check the bounds
of the second range against the first one.

This commit cleans up ensures that buggy calls are not exploitable;
non-buggy calls are unaffected.

This is consistent with both C++14's two-range `std::` equivalents and
C++20's `std::ranges::` equivalents.
http://wg21.link/mismatch
http://wg21.link/alg.swap
http://wg21.link/alg.transform

20181200.1

Toggle 20181200.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Adds bounds-checking to the second range of absl container algorithms (

…abseil#813)

The APIs for the two-range `absl::c_mismatch`, `absl::c_swap_ranges`,
and `absl::c_transform` are misleading as they do not check the bounds
of the second range against the first one.

This commit cleans up ensures that buggy calls are not exploitable;
non-buggy calls are unaffected.

This is consistent with both C++14's two-range `std::` equivalents and
C++20's `std::ranges::` equivalents.
http://wg21.link/mismatch
http://wg21.link/alg.swap
http://wg21.link/alg.transform

20200923

Toggle 20200923's commit message
Add 20200923 tag

20200225.2

Toggle 20200225.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix undefined symbol in MacOS dylib by adding absl::string dependency…

… to absl::cord as proposed by moubctez on issue abseil#624 (abseil#670)

20200225.1

Toggle 20200225.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Patch LTS with the bug fix for `absl::Status::ErasePayload`. (abseil#632

)

f8fe7bd53bfed601f002f521e34ab4bc083fc28b by Matthew Brown <matthewbr@google.com>:

Ensure a deep copy and proper equality on absl::Status::ErasePayload

PiperOrigin-RevId: 298482742

20200225

Toggle 20200225's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Abseil LTS branch, February 2020

20190808

Toggle 20190808's commit message

Unverified

This tag is not signed, but one or more authors requires that any tag attributed to them is signed.
Abseil LTS branch, August 2019

20181200

Toggle 20181200's commit message
Abseil LTS branch, December 2018

20180600

Toggle 20180600's commit message
Abseil LTS branch, June 2018