tfussell / xlnt

:bar_chart: Cross-platform user-friendly xlsx library for C++11+
Other
1.45k stars 406 forks source link

Fix segmentation fault error on canonicalize manifest.cpp method #687

Closed luco5826 closed 3 months ago

luco5826 commented 1 year ago

As the linked issue says, the library segfaults when the relative path starts with .. since it tries to pop_back an empty vector

Fix #683

tfussell commented 1 year ago

Thanks for the contribution. I'll have to do some research to make sure this doesn't break anything and then I'll merge it.