Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix out-of-bound vector access in Regex compiler
Summary: This out-of-bound access is likely harmless. However, the test hits an assertion failure and crashes in debug builds on Windows. The problem is that we could be calling `operator[]()` with one past the last valid element. Reviewed By: tmikov Differential Revision: D17085369 fbshipit-source-id: 3d82640332a62672c053702ea3956eac8ce230c8
- Loading branch information