Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-07-23 | Fix lookahead beyond bounds in CJS_PublicMethods::MakeFormatDate(). | Tom Sepez | |
BUG=396255 R=jun_fang@foxitsoftware.com Review URL: https://codereview.chromium.org/407243003 | |||
2014-07-18 | Fix bounds checking in CJS_PublicMethods::MakeRegularDate(). | Tom Sepez | |
The function is looking ahead N characters at both its "format" and "value" strings without validating that accesses are in bounds. Add those validations. There are also duplicate checks in the else-branches which re-test the inverse of the if-branch. These are removed for simplicity. I also tidied some stray whitespace in the function while I was at it. BUG=393831 R=jun_fang@foxitsoftware.com Review URL: https://codereview.chromium.org/395303004 | |||
2014-05-23 | Convert all line endings to LF. | John Abd-El-Malek | |
2014-05-17 | Initial commit. | John Abd-El-Malek | |