active locks in released memory
Bug #782431 reported by
Vladislav Vaintroub
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
MariaDB |
Fix Released
|
Medium
|
Vladislav Vaintroub | ||
PBXT |
Fix Committed
|
Undecided
|
Vladimir Kolesnikov |
Bug Description
Found during MariaDB tests with application verifier:
xt_ind_exit() frees memory block pointed to by ind_cac_
This makes application verifier unhappy on 64 bit Windows.
XTIndBlockPtr block = ind_cac_
for (u_int i=0; i<ind_cac_
XT_IPAGE_
block++;
}
Related branches
lp://staging/~vkolesnikov/pbxt/pbxt-maria-windows-app-ver-fixes
On hold
for merging
into
lp://staging/pbxt
- PBXT Core: Pending requested
-
Diff: 171 lines (+22/-9)9 files modifiedsrc/cache_xt.cc (+5/-0)
src/discover_xt.cc (+1/-1)
src/ha_pbxt.cc (+2/-2)
src/heap_xt.cc (+1/-0)
src/lock_xt.cc (+5/-0)
src/lock_xt.h (+1/-0)
src/table_xt.cc (+6/-4)
src/xaction_xt.cc (+0/-1)
src/xt_defs.h (+1/-1)
Changed in pbxt: | |
assignee: | nobody → Vladimir Kolesnikov (vkolesnikov) |
status: | New → Fix Committed |
To post a comment you must log in.
the code at the end of bug report is meant to be the fix for it