Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.com/gitlab-org/build/omnibus-mirror/pcre2.git. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Nov 24, 2021
  2. Nov 19, 2021
    • Carlo Marcelo Arenas Belón's avatar
      jit: avoid integer wraparound in stack size definition (#42) · eb42305f
      Carlo Marcelo Arenas Belón authored
      
      pcre2_jit_stack_create() allows the user to indicate how big of a
      stack size JIT should be able to allocate and use, using a size_t
      variable which should be able to hold bigger values than reasonable.
      
      Internally, the value is rounded to the next 8K, but if the value
      is unreasonable large, would overflow and could result in a smaller
      than expected stack or a maximun size that is smaller than the
      minimum..
      
      Avoid the overflow by checking the value and failing early, and
      while at it make the check clearer while documenting the failure
      mode.
      
      Signed-off-by: default avatarCarlo Marcelo Arenas Belón <carenas@gmail.com>
      eb42305f
  3. Nov 09, 2021
  4. Oct 30, 2021
  5. Oct 29, 2021
  6. Oct 18, 2021
  7. Oct 17, 2021
  8. Oct 06, 2021
  9. Oct 05, 2021
  10. Oct 01, 2021
  11. Sep 14, 2021
  12. Sep 10, 2021
  13. Aug 31, 2021
  14. Aug 30, 2021
  15. Aug 29, 2021
  16. Aug 28, 2021