Skip to content

Commit

Permalink
v20.08 release
Browse files Browse the repository at this point in the history
* Bug fixes
  * strcmp-mte nul check
  * strncmp-mte with large size
  * arm memcpy with large size (CVE-2020-6096)
* String routines performance improvements
  * strlen
  * memmove with backward copy
* Benchmarking code for strings and memory routines
  * strlen
  • Loading branch information
nsz-arm committed Aug 14, 2020
1 parent ded1e17 commit 0f4ae0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ contributor-agreement.pdf. This is needed so upstreaming code
to projects that require copyright assignment is possible.

Regular quarterly releases are tagged as vYY.MM, the latest
release is v20.05.
release is v20.08.

Source code layout:

Expand Down

0 comments on commit 0f4ae0c

Please sign in to comment.