Skip to content

Conversation

eugeneo
Copy link
Contributor

@eugeneo eugeneo commented Dec 12, 2016

Checklist
  • make -j4 test (UNIX), or vcbuild test nosign (Windows) passes
  • commit message follows commit guidelines
Affected core subsystem(s)

Inspector: just minor fixes to address Coverity comments

Description of change

One defect remains - Coverity believes that a session object is never
freed while in reality its lifespan is tied to a libuv socket.

@nodejs-github-bot nodejs-github-bot added c++ Issues and PRs that require attention from people who are familiar with C++. dont-land-on-v4.x inspector Issues and PRs related to the V8 inspector protocol labels Dec 12, 2016
@eugeneo eugeneo requested a review from ofrobots December 12, 2016 18:54
@eugeneo eugeneo closed this Dec 14, 2016
@eugeneo eugeneo deleted the coverty-sserver branch December 14, 2016 17:58
@eugeneo
Copy link
Contributor Author

eugeneo commented Dec 14, 2016

Landed as 3c29b2f

@eugeneo eugeneo merged commit 3c29b2f into nodejs:master Dec 14, 2016
@MylesBorins
Copy link
Contributor

@Fishrock123 not sure how the bot came up with these labels... this one definitely does not land cleanly on any branch

@MylesBorins
Copy link
Contributor

@eugeneo this does not land cleanly on v7.x-staging

It appears there are some paths on master that don't exist on v7.x

* Unmerged path src/inspector_socket_server.cc
* Unmerged path test/cctest/test_inspector_socket_server.cc

@MylesBorins MylesBorins mentioned this pull request Dec 17, 2016
evanlucas pushed a commit that referenced this pull request Jan 3, 2017
One defect remains - Coverity believes that a session object is never
freed while in reality its lifespan is tied to a libuv socket.

PR-URL: #10240
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Ali Ijaz Sheikh <[email protected]>
evanlucas pushed a commit that referenced this pull request Jan 4, 2017
One defect remains - Coverity believes that a session object is never
freed while in reality its lifespan is tied to a libuv socket.

PR-URL: #10240
Reviewed-By: Ben Noordhuis <[email protected]>
Reviewed-By: Anna Henningsen <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Ali Ijaz Sheikh <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

c++ Issues and PRs that require attention from people who are familiar with C++. inspector Issues and PRs related to the V8 inspector protocol

Projects

None yet

Development

Successfully merging this pull request may close these issues.

7 participants