mirror of
https://github.com/apache/nuttx.git
synced 2026-06-08 01:42:58 +08:00
12b3491208
- 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>