CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2021/12/16 12:12:43
Modified files: lib/libc/compat-43: getwd.c Log message: getwd(3): don't malloc space for buf if it is NULL The 4.3BSD getwd(3) did not malloc space, use __getcwd(2) directly so the compat function doesn't either. OK deraadt@