By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release. View | Details | Raw Unified | Return to bug 2530
Collapse All | Expand All

(-)tdelibs/tdecore/tdehw/tdestoragedevice.cpp (+2 lines)
Lines 186-194 Link Here
186
}
186
}
187
187
188
void TDEStorageDevice::cryptClearOperationsUnlockPassword() {
188
void TDEStorageDevice::cryptClearOperationsUnlockPassword() {
189
#if defined(WITH_CRYPTSETUP)
189
	m_cryptDevicePassword.fill(0);
190
	m_cryptDevicePassword.fill(0);
190
	m_cryptDevicePassword.resize(0);
191
	m_cryptDevicePassword.resize(0);
191
	crypt_memory_lock(NULL, 0);
192
	crypt_memory_lock(NULL, 0);
193
#endif
192
}
194
}
193
195
194
bool TDEStorageDevice::cryptOperationsUnlockPasswordSet() {
196
bool TDEStorageDevice::cryptOperationsUnlockPasswordSet() {

Return to bug 2530