To comment on the following update, log in, then open the issue: http://www.openoffice.org/issues/show_bug.cgi?id=79217 Issue #|79217 Summary|connectivity: OPoolCollection::getConnectionPool, coul |d use invalid iterator Component|Database access Version|OOo 2.2.1 Platform|All URL| OS/Version|All Status|NEW Status whiteboard| Keywords| Resolution| Issue type|PATCH Priority|P3 Subcomponent|none Assigned to|dbaneedsconfirm Reported by|cmc
------- Additional comments from [EMAIL PROTECTED] Wed Jul 4 13:38:21 +0000 2007 ------- This is an unlikely case, but in the method above in source/cpool/ZPoolCollection.cxx if the drivername is not found, and for some reason xDriver.is() or _xDriverNode.is() fails we'll return with aFind->second, but we know that aFind is invalid, so shouldn't dereference it. This patch reworks things slightly so that we don't reference aFind->second on the error path of no valid refererence handler. --------------------------------------------------------------------- Please do not reply to this automatically generated notification from Issue Tracker. Please log onto the website and enter your comments. http://qa.openoffice.org/issue_handling/project_issues.html#notification --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
