gmu-swe/phosphor

NullpointerException in TaintSourceWrapper.getStringValueTaints

Icysandwich opened this issue · 3 comments

getStringValueTag can return null. In getStringValueTaints, return getStringValueTag.taints can be null.taints, which throw a NPE.
Should make a check here.

Thanks for the find. Would you be able to prepare a pull request (with a patch and test case)?

PR submitted. #157

Thank you for the contribution!