, On Mon, Nov 03, 2025 at 10:10:31AM -0500, Carlos J. Torres wrote: > basename(3) manual states if path is a null pointer or emtpy > string, a pointer to "." is returned. We shouldn't attempt > to modify it because its const.
Pushed, thank you!
, On Mon, Nov 03, 2025 at 10:10:31AM -0500, Carlos J. Torres wrote: > basename(3) manual states if path is a null pointer or emtpy > string, a pointer to "." is returned. We shouldn't attempt > to modify it because its const.
Pushed, thank you!