Fix NPE when substituting blank variables
The substitution parser attempted to deref a null pointer when a given variable had a blank value. c.q.l.core.subst.Parser#T() was missing a null-check. This was discovered in logback-android's AndroidManifestPropertiesUtil.
parent
cef354f0
Please register or sign in to comment