Mercurial > hg > octave-lojdl > gnulib-hg
view modules/strcasestr @ 17305:0e5a583a2a8d
regex: test for buffer overrun
* m4/regex.m4 (gl_REGEX): Add test case, by Andreas Schwab,
for the just-fixed regex bug.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Tue, 29 Jan 2013 22:34:58 -0800 |
parents | f583623a374b |
children |
line wrap: on
line source
Description: strcasestr() function: efficient case-insensitive search for unibyte substring. Files: Depends-on: strcasestr-simple configure.ac: gl_FUNC_STRCASESTR if test $HAVE_STRCASESTR = 0 || test $REPLACE_STRCASESTR = 1; then AC_LIBOBJ([strcasestr]) gl_PREREQ_STRCASESTR fi Makefile.am: Include: <string.h> License: LGPLv2+ Maintainer: Bruno Haible