Skip to content

Be more resiliant against env variables not being set

Albert Astals Cid requested to merge aacid/poppler:dont_crash_if_no_env into master

getenv can return null so don't crash (constructing a std::string from null is not good) if that happens

Merge request reports