You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Log output
Sentry crashes during url cleanup with call stack:
ucrtbase.dll!00007fffca63f05b() Unknown
UE4Editor-SentryClient-Win64-DebugGame.dll!sentry__url_cleanup(sentry_url_t * url) Line 206 C
> UE4Editor-SentryClient-Win64-DebugGame.dll!sentry__dsn_new(const char * raw_dsn) Line 273 C
UE4Editor-SentryClient-Win64-DebugGame.dll!sentry_options_set_dsn(sentry_options_s * opts, const char * raw_dsn) Line 120 C
Description
Passing an invalid DSN during
sentry_options_set_dsn()
causes crashWhen does the problem happen
Environment
Steps To Reproduce
Pass a dsn starting wiht "=" to sentry, e.g.
"=https://abcde633355b4cf58e888b63328f68b1@o454214.ingest.sentry.io/1234567"
Log output
Sentry crashes during url cleanup with call stack:
It is trying to free a nullptr (url->host) here:
All the url components, except scheme, are NULL
The text was updated successfully, but these errors were encountered: