about summary refs log tree commit diff
path: root/malloc/scratch_buffer_dupfree.c
Commit message (Collapse)AuthorAgeFilesLines
* malloc: Add scratch_buffer_dupfreeAdhemerval Zanella2021-01-051-0/+41
It returns a copy of the buffer up to a defined size. It will be used on realpath sync with gnulib.