NetBSD/lib/libc/citrus
spz dd745abb62 Fix our iconv version for the issues that apply to us from CVE-2014-3951
(which are the:
- Consistently pass around context information using a simple pointer.
  This fixes some dereferencing bugs in Chinese character set conversions.
- Fix Simplified Chinese character set conversions by switching around the
  fields of an internal struct so it corresponds with the way variables of
  this type are initialised.
part)
Patch taken from FreeBSD and mutilated to fit.
FreeBSD credits: Manuel Mausz (reporter), Tijl Coosemans (report handler)
2014-06-24 22:24:18 +00:00
..
modules Fix our iconv version for the issues that apply to us from CVE-2014-3951 2014-06-24 22:24:18 +00:00
Makefile.inc
citrus_aliasname_local.h
citrus_bcs.c
citrus_bcs.h
citrus_bcs_strtol.c Restore standalone strtol/strtoul for citrus for now. 2013-04-26 21:20:47 +00:00
citrus_bcs_strtoul.c Restore standalone strtol/strtoul for citrus for now. 2013-04-26 21:20:47 +00:00
citrus_csmapper.c add comment about r1.6 -> r1.7 change. 2011-11-20 07:43:52 +00:00
citrus_csmapper.h Fix header guard, courtesy of clang. 2013-06-24 17:28:35 +00:00
citrus_ctype.c Add mbsnrtowcs and wcsnrtombs. Approved by core. 2013-05-28 16:57:56 +00:00
citrus_ctype.h Add mbsnrtowcs and wcsnrtombs. Approved by core. 2013-05-28 16:57:56 +00:00
citrus_ctype_fallback.c Add mbsnrtowcs and wcsnrtombs. Approved by core. 2013-05-28 16:57:56 +00:00
citrus_ctype_fallback.h Add mbsnrtowcs and wcsnrtombs. Approved by core. 2013-05-28 16:57:56 +00:00
citrus_ctype_local.h Add mbsnrtowcs and wcsnrtombs. Approved by core. 2013-05-28 16:57:56 +00:00
citrus_ctype_template.h Add mbsnrtowcs and wcsnrtombs. Approved by core. 2013-05-28 16:57:56 +00:00
citrus_db.c
citrus_db.h
citrus_db_factory.c GC put16. 2013-09-14 13:05:51 +00:00
citrus_db_factory.h
citrus_db_file.h
citrus_db_hash.c
citrus_db_hash.h
citrus_esdb.c
citrus_esdb.h
citrus_esdb_file.h
citrus_fix_grouping.h
citrus_hash.c
citrus_hash.h
citrus_iconv.c return EINVAL when module validation failed, pointed by nonaka-san(again). 2011-11-19 18:34:21 +00:00
citrus_iconv.h
citrus_iconv_local.h
citrus_lc_ctype.c Redo the locale cache to be constant. It now contains the localeconv() 2013-09-13 13:13:32 +00:00
citrus_lc_messages.c don't use __link_set_* stuff for locale implementation. 2012-03-04 21:14:55 +00:00
citrus_lc_messages.h
citrus_lc_monetary.c don't use __link_set_* stuff for locale implementation. 2012-03-04 21:14:55 +00:00
citrus_lc_monetary.h
citrus_lc_numeric.c don't use __link_set_* stuff for locale implementation. 2012-03-04 21:14:55 +00:00
citrus_lc_numeric.h
citrus_lc_template.h
citrus_lc_template_decl.h
citrus_lc_time.c don't use __link_set_* stuff for locale implementation. 2012-03-04 21:14:55 +00:00
citrus_lc_time.h
citrus_lookup.c Do not depend on failing malloc to set errno 2012-05-04 16:45:05 +00:00
citrus_lookup.h
citrus_lookup_factory.c
citrus_lookup_factory.h
citrus_lookup_file.h
citrus_mapper.c Henning Petersen in PR lib/46560: fix memory leak in error path 2012-06-08 07:49:42 +00:00
citrus_mapper.h
citrus_mapper_local.h
citrus_memstream.c PR/45989: Martin Husemann: lint invocation does include -w only on i386 2012-03-13 21:13:30 +00:00
citrus_memstream.h
citrus_mmap.c close on exec fixes: 2011-10-15 23:00:01 +00:00
citrus_mmap.h
citrus_module.c look in the right place for the modules of compat binaries 2013-09-19 21:19:13 +00:00
citrus_module.h
citrus_namespace.h
citrus_none.c Add mbsnrtowcs and wcsnrtombs. Approved by core. 2013-05-28 16:57:56 +00:00
citrus_none.h
citrus_pivot_factory.c
citrus_pivot_factory.h
citrus_pivot_file.h
citrus_prop.c Fix our iconv version for the issues that apply to us from CVE-2014-3951 2014-06-24 22:24:18 +00:00
citrus_prop.h Fix our iconv version for the issues that apply to us from CVE-2014-3951 2014-06-24 22:24:18 +00:00
citrus_region.h
citrus_stdenc.c return EINVAL when module validation failed, pointed by nonaka-san(again). 2011-11-19 18:34:21 +00:00
citrus_stdenc.h
citrus_stdenc_local.h
citrus_stdenc_template.h
citrus_types.h