Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

webapp: fix bug that taints all_functions #1559

Merged
merged 1 commit into from
Jun 12, 2024
Merged

webapp: fix bug that taints all_functions #1559

merged 1 commit into from
Jun 12, 2024

Conversation

DavidKorczynski
Copy link
Contributor

@DavidKorczynski DavidKorczynski commented Jun 11, 2024

The append taints the list -- it should be extend. But even so, we do not want to extend as this simply continues to grow. We want to re-assign to a new variable in this case.

Signed-off-by: David Korczynski <david@adalogics.com>
@oliverchang oliverchang merged commit ad5e356 into main Jun 12, 2024
5 checks passed
@oliverchang oliverchang deleted the fix-webapp branch June 12, 2024 00:02
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