about summary refs log tree commit diff stats
path: root/src/realpath.c
Commit message (Collapse)AuthorAgeFilesLines
* fix build on Mac OSKartik K. Agaram2022-02-101-0/+2
|
* fix a couple of warningsKartik K. Agaram2022-02-031-0/+3
| | | | | It's not clear to me where my Linux gets strlcpy and strlcat from ¯\_(ツ)_/¯
* copy realpath() from FreeBSD repoKartik K. Agaram2022-01-301-0/+243
To sandbox apps robustly, we're going to need to always work with canonical absolute paths.