Skip to content

Conversation

@9640-Akhil
Copy link

This change addresses a TypeError in _setup_split_targets_build(). The error arises when _get_targets_list() returns None, because there is an attempt to check for fuzz_target in a NoneType object. To fix this, a separate check has been introduced to verify that targets_list is not None before it is iterated over.

Added a check to ensure 'targets_list' is not None before attempting to iterate over it.
@svasudevprasad
Copy link
Collaborator

/gcbrun

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants