Fix for uninstalled handling #198

Closed
stoeckmann wants to merge 2 commits from path into master

2 Commits (master)

Author SHA1 Message Date
Tobias Stoeckmann 78909dd2c3 man: pkgconf: fixed typo
Fixed typo in it's vs its.
2020-06-03 21:50:27 +02:00
Tobias Stoeckmann 3f1070de30 libpkgconf: pkg: fix out ouf boundary access
If a file with a matching "uninstalled" name exists but cannot be
parsed, an invalid memory area is accessed.

How to reproduce:
$ touch poc-uninstalled.pc
$ PKG_CONFIG_PATH=. pkgconf poc
2020-06-03 21:42:25 +02:00