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

Fix segmentation fault if item is not in the list #2751

Merged
merged 1 commit into from
Jul 12, 2024

Conversation

advikkabra
Copy link
Collaborator

Previously, if a string was not in a list and you try to remove it, a segmentation fault would occur since we would try to access the element at the nth position, if the list has n elements. I have refactored the code so that this access does not happen. I also rewrote the error statement to correctly get the type, if it is a string.

@advikkabra advikkabra merged commit 3d74ccb into lcompilers:main Jul 12, 2024
15 checks passed
@advikkabra advikkabra deleted the list-search-fix branch July 12, 2024 18:56
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.

1 participant