#
74010a1a |
| 20-Apr-2023 |
gutteridge <gutteridge@NetBSD.org> |
resize.c: use estrdup(3) with basename(3)
basename(3) is invoked more than once on different paths. Retain the correct name for the utility itself on error. Addresses PR bin/57355 from RVP, who prov
resize.c: use estrdup(3) with basename(3)
basename(3) is invoked more than once on different paths. Retain the correct name for the utility itself on error. Addresses PR bin/57355 from RVP, who provided the patch.
show more ...
|