git: libkvm - Increase static buffer for devname()
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Jun 15 19:25:55 PDT 2019
commit 8018265cbcfcaf589c40b983e65edf11b2690b12
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date: Sat Jun 15 19:24:46 2019 -0700
libkvm - Increase static buffer for devname()
* For now increase the internal static buffer for devname
to MAXPATHLEN (aka 1024). This may eventually be replaced
with SPECNAMELEN.
* This change is not exposed externally and it, or later changes,
should not break anything.
Requested-by: aly
Summary of changes:
lib/libc/gen/devname.c | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/8018265cbcfcaf589c40b983e65edf11b2690b12
--
DragonFly BSD source repository
More information about the Commits
mailing list