-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
[BUG] Popping a String from a dictionary then using the value leads to a double free crash. #2756
Labels
bug
Something isn't working
help wanted
Extra attention is needed
mojo-repo
Tag all issues with this label
[stdlib] core-library-q2-2024
Comments
thatstoasty
added
bug
Something isn't working
mojo-repo
Tag all issues with this label
labels
May 20, 2024
helehex
added a commit
to helehex/mojo
that referenced
this issue
May 22, 2024
Signed-off-by: Max Brylski <[email protected]>
JoeLoser
added
[stdlib] core-library-q2-2024
help wanted
Extra attention is needed
labels
May 22, 2024
— with
Linear
1 task
helehex
added a commit
to helehex/mojo
that referenced
this issue
Jun 17, 2024
Signed-off-by: Max Brylski <[email protected]>
modularbot
pushed a commit
that referenced
this issue
Aug 10, 2024
…897) [External] [stdlib] mark dict entry as destroyed in `Dict.pop()` Fixes #2756 Co-authored-by: Helehex <[email protected]> Closes #2796 MODULAR_ORIG_COMMIT_REV_ID: d9ee05077d11b2b4b54bdd48d1a67100ab624eee
msaelices
pushed a commit
to msaelices/mojo
that referenced
this issue
Sep 10, 2024
…897) [External] [stdlib] mark dict entry as destroyed in `Dict.pop()` Fixes modular#2756 Co-authored-by: Helehex <[email protected]> Closes modular#2796 MODULAR_ORIG_COMMIT_REV_ID: d9ee05077d11b2b4b54bdd48d1a67100ab624eee Signed-off-by: Manuel Saelices <[email protected]>
modularbot
pushed a commit
that referenced
this issue
Sep 13, 2024
…897) [External] [stdlib] mark dict entry as destroyed in `Dict.pop()` Fixes #2756 Co-authored-by: Helehex <[email protected]> Closes #2796 MODULAR_ORIG_COMMIT_REV_ID: d9ee05077d11b2b4b54bdd48d1a67100ab624eee
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
help wanted
Extra attention is needed
mojo-repo
Tag all issues with this label
[stdlib] core-library-q2-2024
Bug description
Popping a String from a dictionary, then using the value leads to a double free crash.
Steps to reproduce
Minimal reproducible example:
System information
The text was updated successfully, but these errors were encountered: