Skip to content

properly null out ptr in LinkedList::split_off - fixes #26021 - #26022

Merged
bors merged 1 commit into
rust-lang:masterfrom
Gankra:fix-linked-list
Jun 5, 2015
Merged

properly null out ptr in LinkedList::split_off - fixes #26021#26022
bors merged 1 commit into
rust-lang:masterfrom
Gankra:fix-linked-list

Conversation

@Gankra

Copy link
Copy Markdown
Contributor

Still running tests...

@rust-highfive

Copy link
Copy Markdown
Contributor

r? @huonw

(rust_highfive has picked a reviewer for you, use r? to override)

Comment threadsrc/libcollections/linked_list.rs Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you add a brief comment?

Copy link
Copy Markdown
ContributorAuthor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What do you have in mind?

@huonw

huonw commented Jun 5, 2015

Copy link
Copy Markdown
Contributor

r=me with the comment

@Gankra

Copy link
Copy Markdown
ContributorAuthor

@bors r=huonw p=1

@bors

bors commented Jun 5, 2015

Copy link
Copy Markdown
Collaborator

📌 Commit e12d386 has been approved by huonw

bors added a commit that referenced this pull request Jun 5, 2015
@bors

bors commented Jun 5, 2015

Copy link
Copy Markdown
Collaborator

⌛ Testing commit e12d386 with merge da0d452...

@alexcrichtonalexcrichton added the beta-nominated Nominated for backporting to the compiler in the beta channel. label Jun 5, 2015
@Gankra

Copy link
Copy Markdown
ContributorAuthor

whoops, the issue number is wrong.

@Gankra

Copy link
Copy Markdown
ContributorAuthor

Actually fixes #26021 ...

@bors

bors commented Jun 5, 2015

Copy link
Copy Markdown
Collaborator

@bors
bors merged commit e12d386 into rust-lang:masterJun 5, 2015
@bluss

bluss commented Jun 5, 2015

Copy link
Copy Markdown
Contributor

Great!

@aturonaturon added the T-libs-api [DEPRECATED; DO NOT USE] label Jun 9, 2015
@alexcrichton

Copy link
Copy Markdown
Member

triage: beta-accepted

@alexcrichtonalexcrichton added the beta-accepted Accepted for backporting to the compiler in the beta channel. label Jun 9, 2015
@alexcrichtonalexcrichton removed the beta-nominated Nominated for backporting to the compiler in the beta channel. label Jun 11, 2015
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

beta-acceptedAccepted for backporting to the compiler in the beta channel.T-libs-api[DEPRECATED; DO NOT USE]

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants

@Gankra@rust-highfive@huonw@bors@bluss@alexcrichton@aturon