Skip to content

Null pointer exception in ExternalNamespace::makeSubstitution #86

Description

@seidewitz

The makeSubstitution method in the ExternalNamespaceImpl class substitutes the template argument corresponding to a reference that matches a template parameter. However, if a match is found, the loop is not exited. This can cause a null pointer exception on the next loop iteration if there is actually no template argument for the matched template parameter.

Metadata

Metadata

Assignees

Labels

Type

No type

Fields

No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions