Skip to content

breakpad: remove MAX_PATH limits

Steve Lhomme requested to merge robUx4/vlc:breakpad-pathes into master

It's unlikely the user path is that large, but just in case we are ready.

This fixes an issue where the result of _snwprintf() is not checked. The wstringstream will only fail if there's no memory. At this point further calls using std::map and breakpad will also fail.

Merge request reports

Loading