Bug 67837 - Web Inspector: [Chromium] Valgrind signals use of uninitialized field in InspectorStyleSheetForInlineStyle
Summary: Web Inspector: [Chromium] Valgrind signals use of uninitialized field in Insp...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Alexander Pavlov (apavlov)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-09 03:28 PDT by Alexander Pavlov (apavlov)
Modified: 2011-09-20 09:56 PDT (History)
10 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Pavlov (apavlov) 2011-09-09 03:28:46 PDT
m_isStyleTextValid is not initialized in the ctor and seemingly results in valgrind errors.

Upstreaming http://crbug.com/87380
Comment 1 Alexander Pavlov (apavlov) 2011-09-09 03:40:29 PDT
Committed r94844: <http://trac.webkit.org/changeset/94844>
Comment 2 Joseph Pecoraro 2011-09-12 11:59:34 PDT
Good catch and fix.

I just happened to open up the bug and see no attached patch but a committed
changeset. I think maybe this change should still have had a reviewer (even
simple, non-build issues typically have reviews) but certainly a ChangeLog.
In either case keep up the good fixes!
Comment 3 Alexander Pavlov (apavlov) 2011-09-13 00:23:51 PDT
(In reply to comment #2)
> Good catch and fix.
> 
> I just happened to open up the bug and see no attached patch but a committed
> changeset. I think maybe this change should still have had a reviewer (even
> simple, non-build issues typically have reviews) but certainly a ChangeLog.
> In either case keep up the good fixes!

Well, the change seemed trivial, so Pavel who was on vacation and was having difficulties doing the actual review (i.e. setting r+), said that it could surely be committed unreviewed (even though the change had a reviewer de facto, and there were no other reviewers around). I'll do my best finding a real reviewer from now on.
Comment 4 Joseph Pecoraro 2011-09-13 09:27:34 PDT
It wasn't so much the review (I trust your judgement with the small change) 
it was the Missing ChangeLog that I wanted to call out. Either way thanks
for the explanation!
Comment 5 Joseph Pecoraro 2011-09-13 09:29:46 PDT
Also changes like this are easy to get a quick review from someone in
#webkit if you need one. Or people like Darin are always checking the
list of patches for review and might review without even being CC'd!
Comment 6 Joseph Pecoraro 2011-09-20 09:56:20 PDT
(In reply to comment #4)
> It wasn't so much the review (I trust your judgement with the small change) 
> it was the Missing ChangeLog that I wanted to call out. Either way thanks
> for the explanation!

As you rightly pointed out, there was a ChangeLog. I don't know how I missed that =(.
Thanks for following up.