Status: Unconfirmed
Owner: ----
Labels: OS-Linux Area-Misc Type-Bug

New issue 26202 by spotrh: Fix issue where is_deleted bool could be used  
before being defined
http://code.google.com/p/chromium/issues/detail?id=26202

Chrome Version       : svn30269
OS + version : Fedora 11+

While compiling Fedora packages based on svn30269, I hit the following  
error:

src/chrome/browser/sync/syncable/syncable.h:789: error:
'val.syncable::ExtendedAttributeValue::is_deleted' may be used
uninitialized in this function
src/chrome/browser/sync/syncable/syncable.cc:1630: note:
'val.syncable::ExtendedAttributeValue::is_deleted' was declared here

The attached patch sets the is_deleted bool to false when the rest of the
ExtendedAttributeValue variable is initialized to resolve this issue.

Attachments:
        chromium-20091027-init-is_deleted.patch  689 bytes

--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings

--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---

Reply via email to