Mercurial > hg > octave-lojdl > gnulib-hg
view modules/xconcat-filename @ 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 | f0a681493fa6 |
children |
line wrap: on
line source
Description: Construct a full filename by concatenating a directory name, a relative filename, and a suffix, with out-of-memory checking. Files: lib/concat-filename.h lib/xconcat-filename.c Depends-on: concat-filename xalloc-die configure.ac: Makefile.am: lib_SOURCES += xconcat-filename.c Include: "concat-filename.h" License: GPL Maintainer: Bruno Haible