"vscode:/vscode.git/clone" did not exist on "ec1e106ec5c4ef9fd71d3ab3a6137012120058f4"
Fix setTypeNext call assuming NULL can be passed.
Segfault introduced during a refactoring / warning suppression a few commits away. This particular call assumed that it is safe to pass NULL to the object pointer argument when we are sure the set has a given encoding. This can't be assumed and is now guaranteed to segfault because of the new API of setTypeNext().
Please register or sign in to comment