]> sourceware.org Git - glibc.git/commit
strncmp: Add a testcase for page boundary [BZ #25933]
authorH.J. Lu <hjl.tools@gmail.com>
Thu, 7 May 2020 14:29:46 +0000 (07:29 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Thu, 24 Sep 2020 14:06:03 +0000 (07:06 -0700)
commitf7e3f92b7c45663be808279a43b5221c16001229
treefc67d091b1b2d2c9fdf85b26980bbc1367faadbb
parentb3b0b6916a2d4a966bbd852964054d475836c9eb
strncmp: Add a testcase for page boundary [BZ #25933]

Add a strncmp testcase to cover cases where one of strings ends on the
page boundary with the maximum string length less than the number bytes
of each AVX2 loop iteration and different offsets from page boundary.

The updated string/test-strncmp fails on Intel Core i7-8559U without

ommit 1c6432316bc434a72108d7b0c7cfbfdde64c3124
Author: Sunil K Pandey <skpgkp1@gmail.com>
Date:   Fri Jun 12 08:57:16 2020 -0700

    Fix avx2 strncmp offset compare condition check [BZ #25933]
string/test-strncmp.c
This page took 0.040812 seconds and 5 git commands to generate.