incubator-nuttx/libs/libc/locale
Petro Karashchenko 12b3491208 libc/textdomain: Fix error behaviour
- textdomain should set errno to ENOMEM in case if it is not
  possible to store domainname
- fix buffer overflow in textdomain if domainname is a string
  of NAME_MAX length
- improve textdomain error detection in case if domainname
  points to non null terminated buffer

Signed-off-by: Petro Karashchenko <petro.karashchenko@gmail.com>
2021-12-14 05:54:34 -06:00
..
Kconfig libc: Implement gettext function 2021-08-03 12:14:07 -03:00
Make.defs libc: Implement gettext function 2021-08-03 12:14:07 -03:00
lib_catalog.c Fix variable 'catd' is used uninitialized whenever 'if' condition is false 2021-08-03 12:14:07 -03:00
lib_duplocale.c
lib_freelocale.c
lib_gettext.c libc/textdomain: Fix error behaviour 2021-12-14 05:54:34 -06:00
lib_langinfo.c libc: Add the empty nl_langinfo implementation 2021-07-31 15:35:47 -03:00
lib_localeconv.c libs: Author Gregory Nutt: update licenses to Apache 2021-03-03 18:52:53 -08:00
lib_newlocale.c
lib_setlocale.c libs: nxstyle fixes 2021-03-03 18:52:53 -08:00
lib_uselocale.c