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

Prevent crash when custom streambuf implementation throws #1358

Merged
merged 5 commits into from
Nov 6, 2020

Conversation

Arzaghi
Copy link
Contributor

@Arzaghi Arzaghi commented Oct 8, 2020

Fixes #1105
Just pre-init some pointers and a numeric variable and also wrapping a pointer deletion with an if statement could solve the issue.
I wanted to add a test coverage and I didn't find any relative place to add the test. I've added a new folder for the new test. It's my first time that I'm adding a new folder to the tests folder. I've tried to follow the conventions. Excuse me if I missed anything here.

@Arzaghi Arzaghi changed the title prevent Crash when custom streambuf implementation throws Prevent crash when custom streambuf implementation throws Oct 8, 2020
@StephanTLavavej StephanTLavavej added the bug Something isn't working label Oct 9, 2020
@Arzaghi Arzaghi marked this pull request as ready for review October 9, 2020 15:03
@Arzaghi Arzaghi requested a review from a team as a code owner October 9, 2020 15:03
@barcharcraz barcharcraz self-assigned this Oct 21, 2020
Copy link
Member

@barcharcraz barcharcraz left a comment

Choose a reason for hiding this comment

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

Approved with suggested changes

tests/std/tests/GH_001105_streambuf/test.cpp Outdated Show resolved Hide resolved
stl/inc/xiosbase Show resolved Hide resolved
stl/inc/xiosbase Show resolved Hide resolved
Copy link
Member

@StephanTLavavej StephanTLavavej left a comment

Choose a reason for hiding this comment

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

Thanks for fixing this bug! I'm planning to prepare a batch of PRs for merging, so I'll validate minor changes and push them in a few minutes.

stl/inc/xiosbase Show resolved Hide resolved
stl/inc/xiosbase Show resolved Hide resolved
stl/src/ios.cpp Outdated Show resolved Hide resolved
tests/std/test.lst Outdated Show resolved Hide resolved
tests/std/tests/GH_001105_streambuf/test.cpp Outdated Show resolved Hide resolved
tests/std/tests/GH_001105_streambuf/test.cpp Outdated Show resolved Hide resolved
tests/std/tests/GH_001105_streambuf/test.cpp Outdated Show resolved Hide resolved
@StephanTLavavej StephanTLavavej removed their assignment Nov 5, 2020
@StephanTLavavej
Copy link
Member

FYI @barcharcraz, I pushed small changes after you approved.

StephanTLavavej added a commit to StephanTLavavej/STL that referenced this pull request Nov 5, 2020
@StephanTLavavej StephanTLavavej self-assigned this Nov 5, 2020
StephanTLavavej added a commit to StephanTLavavej/STL that referenced this pull request Nov 5, 2020
@StephanTLavavej StephanTLavavej merged commit 0650fa4 into microsoft:master Nov 6, 2020
@StephanTLavavej
Copy link
Member

Thanks again - we really appreciate all of your fixes! 🐈

@Arzaghi Arzaghi deleted the Fix_Issue1105 branch November 6, 2020 23:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Crash if custom std::streambuf implementation throws
3 participants