Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
After doing const analysis, I see it actually writes to the path variable. Instead of strdup, we can use strdupa which allocates on the stack and does not need a free. This should be faster than before.
- Loading branch information