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

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: abseil/abseil-cpp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 20200225
Choose a base ref
...
head repository: abseil/abseil-cpp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: lts_2020_02_25
Choose a head ref
  • 3 commits
  • 5 files changed
  • 3 contributors

Commits on Mar 4, 2020

  1. Patch LTS with the bug fix for absl::Status::ErasePayload. (#632)

    f8fe7bd53bfed601f002f521e34ab4bc083fc28b by Matthew Brown <matthewbr@google.com>:
    
    Ensure a deep copy and proper equality on absl::Status::ErasePayload
    
    PiperOrigin-RevId: 298482742
    zhangxy988 authored Mar 4, 2020
    Configuration menu
    Copy the full SHA
    df3ea78 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2020

  1. Fix undefined symbol in MacOS dylib by adding absl::string dependency…

    … to absl::cord as proposed by moubctez on issue #624 (#670)
    KokutoSan authored Apr 22, 2020
    Configuration menu
    Copy the full SHA
    c51510d View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2020

  1. Adds bounds-checking to the second range of absl container algorithms (

    …#811)
    
    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
    derekmauro authored Oct 9, 2020
    Configuration menu
    Copy the full SHA
    f1dad1e View commit details
    Browse the repository at this point in the history
Loading