microsoft / MSIX-PackageSupportFramework

The Package Support Framework (PSF) is a kit for applying compatibility fixes to packaged desktop applications.
MIT License
115 stars 57 forks source link

PSF errors with Directory enumeration operator ++ #126

Closed TimMangan closed 4 years ago

TimMangan commented 4 years ago

In certain badly formed packages that are using the PSF using VFS pathing, the PsfLauncher might crash with a complaint about directory enumeration with operator ++.

There are three possible cases that need to be addressed:

TimMangan commented 4 years ago

I have fixes for this. A PR will be issued once PR#124 is handled.

TimMangan commented 4 years ago

Addressed in PR#132

TimMangan commented 4 years ago

Addressed in replacement PR#137