Skip to content
Commit 9ac1e28d authored by Tony Trinh's avatar Tony Trinh
Browse files

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
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment