mirror of
https://github.com/opnsense/src.git
synced 2026-02-17 01:31:45 -05:00
fields of a private struct such that variables of this type are initialised correctly. Fixes conversion from ISO 2022. Also do this in the BIG5 module to prevent similar errors in the future. - In the libiconv module for EUC-TW replace 2^cs with 1<<cs. Fixes conversion from EUC-TW. - Synchronise iconv code with NetBSD. In most cases this only updates the RCS id because the changes are already there or are NetBSD specific. + libc/iconv/citrus_csmapper.c: Add a comment. + libc/iconv/citrus_db_factory.c: Remove put16(). + libc/iconv/citrus_iconv.c: Return EINVAL on error. + libc/iconv/citrus_mapper.c: Return EINVAL on error. + libc/iconv/citrus_memstream.c: Fix type of a variable. + libc/iconv/citrus_prop.h: Sync definition of _CITRUS_PROP_HINT_END. + libc/iconv/citrus_stdenc.c: Return EINVAL on error. + libiconv_modules/mapper_std/citrus_mapper_std.c: Plug memory leak. Obtained from: NetBSD MFC after: 2 weeks |
||
|---|---|---|
| .. | ||
| BIG5 | ||
| DECHanyu | ||
| EUC | ||
| EUCTW | ||
| GBK2K | ||
| HZ | ||
| iconv_none | ||
| iconv_std | ||
| ISO2022 | ||
| JOHAB | ||
| mapper_646 | ||
| mapper_none | ||
| mapper_parallel | ||
| mapper_serial | ||
| mapper_std | ||
| mapper_zone | ||
| MSKanji | ||
| UES | ||
| UTF7 | ||
| UTF8 | ||
| UTF1632 | ||
| VIQR | ||
| ZW | ||
| Makefile | ||
| Makefile.inc | ||