Mercurial > hg > octave-lojdl > gnulib-hg
view modules/xstriconv @ 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 | 7581db129a32 |
children |
line wrap: on
line source
Description: Character set conversion of strings made easy, uses iconv, with out-of-memory checking. Files: lib/xstriconv.h lib/xstriconv.c Depends-on: striconv xalloc configure.ac: Makefile.am: lib_SOURCES += xstriconv.h xstriconv.c Include: "xstriconv.h" Link: $(LTLIBICONV) when linking with libtool, $(LIBICONV) otherwise License: GPL Maintainer: Bruno Haible, Simon Josefsson