Bugzilla – Attachment 62166 Details for
Bug 50372
BASE SIGABRT: dereference a past-the-end iterator
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
test patch
test1.patch (text/plain), 495 bytes, created by
Julien Nabet
on 2012-05-28 06:04:06 UTC
(
hide
)
Description:
test patch
Filename:
MIME Type:
Creator:
Julien Nabet
Created:
2012-05-28 06:04:06 UTC
Size:
495 bytes
patch
obsolete
>diff --git a/dbaccess/source/core/api/KeySet.cxx b/dbaccess/source/core/api/KeySet.cxx >index 7399cb5..dac1711 100644 >--- a/dbaccess/source/core/api/KeySet.cxx >+++ b/dbaccess/source/core/api/KeySet.cxx >@@ -1348,7 +1348,8 @@ void SAL_CALL OKeySet::refreshRow() throw(SQLException, RuntimeException) > ++m_aKeyIter; > m_aKeyMap.erase(aTemp); > --m_rRowCount; >- refreshRow(); >+ if (m_aKeyIter != m_aKeyMap.end()) >+ refreshRow(); > } > else > {
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 50372
:
62126
| 62166