Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix off by one in OriginalNamePass check (#473)
Summary: This PR fixes a bug in `strncmp("LX/", cls_type->get_name()->c_str(), 2)` where the size parameter should be 3. When it is 2 this call will miss checking for the `/` character. Pull Request resolved: #473 Reviewed By: agampe Differential Revision: D20996439 Pulled By: justinjhendrick fbshipit-source-id: 3962186a387e71e9195e150d74db59149760ccc6
- Loading branch information