thaliproject / Tor_Onion_Proxy_Library

Provides a JAR and an AAR for embedding the Tor Onion Proxy into a Java or Android Program
Apache License 2.0
175 stars 98 forks source link

Possible NPE on TorConfigBuilder.configurePluggableTransportsFromSettings #77

Closed sisbell closed 5 years ago

sisbell commented 5 years ago

TorConfigBuilder.configurePluggableTransportsFromSettings calls String bridges = settings.getListOfSupportedBridges();

In DefaultSettings.getListOfSupportedBridges it returns a null.

This can cause an NPE, Need to check for this condition.