| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The stored pointer is assumed to be nullptr after std::move.
| CHECK_LE(offset_, store->ByteLength()); | ||
| CHECK_LE(length_, store->ByteLength() - offset_); | ||
| CHECK_LE(offset_, store_->ByteLength()); | ||
| CHECK_LE(length_, store_->ByteLength() - offset_); |
There was a problem hiding this comment.
oh! ha, good catch.
Sorry, something went wrong.
|
Fast-track has been requested by @jasnell. Please 👍 to approve. |
Sorry, something went wrong.
Sorry, something went wrong.
The stored pointer is assumed to be nullptr after std::move. PR-URL: #47294 Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yagiz Nizipli <yagiz@nizipli.com>
|
This PR depends on #47263 which was flagged as "dont-land-on-v19.x". Therefore, I'm adding the dont-land-x labels here too. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
The stored pointer is assumed to be nullptr after std::move.