NetBSD-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
PR/57355 CVS commit: src/usr.bin/resize
The following reply was made to PR bin/57355; it has been noted by GNATS.
From: "David H. Gutteridge" <gutteridge%netbsd.org@localhost>
To: gnats-bugs%gnats.NetBSD.org@localhost
Cc:
Subject: PR/57355 CVS commit: src/usr.bin/resize
Date: Thu, 20 Apr 2023 22:23:53 +0000
Module Name: src
Committed By: gutteridge
Date: Thu Apr 20 22:23:53 UTC 2023
Modified Files:
src/usr.bin/resize: resize.h
Log Message:
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.
To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/usr.bin/resize/resize.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Home |
Main Index |
Thread Index |
Old Index