pkgconf_path_add() can unexpectedly end up with duplicate records #151
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Implementation of the pkgconf_path_add() function called with the filter argument equal true can end up with duplicate records in the dirlist if compiled with undefined PKGCONF_CACHE_INODES macro. This can happen if relocated path differs from the original one, because the function checks non-relocated path for presence in the list but adds the relocated path afterwards.