]> git.ipfire.org Git - thirdparty/vectorscan.git/commit
Fixed out of bounds read in AVX512VBMI version of fdr_exec_fat_teddy … (#333)
authorRafał Dowgird <dowgird@gmail.com>
Sun, 18 May 2025 08:01:10 +0000 (10:01 +0200)
committerGitHub <noreply@github.com>
Sun, 18 May 2025 08:01:10 +0000 (11:01 +0300)
commitd90ab3ac1c97fb4bc0d1f3482df3d22ac7442598
treeb61b8d1b3e0c29e8e2443dac4e774936c684a70c
parent7e0503c3b8211239b6068b24f406b5e45270063a
Fixed out of bounds read in AVX512VBMI version of fdr_exec_fat_teddy … (#333)

Fixed out of bounds read in AVX512VBMI version of fdr_exec_fat_teddy (#322)

  * Replaced the 32 byte read with a properly truncated mapped read
  * Added a unit test

Co-authored-by: Rafał Dowgird <rafal.dowgird@rtbhouse.com>
src/fdr/teddy_fat.cpp
unit/hyperscan/single.cpp