Icon View Incident Report

Serious Serious
Reported By: Jon Lloyd Duerdoth
Reported On: 5/28/2004
For: Version 4.07 Build 1
# 1737 Adding a Password and Removing All Passwords Multiple Times Can Cause an AV

The following code triggers an AV.

session.AddPassword(uPasswordForGeneralDataV4);
DBISAMTable1.open;
DBISAMTable1.close;
session.RemoveAllPasswords;
session.AddPassword(uPasswordForGeneralDataV4);
DBISAMTable1.open;
DBISAMTable1.close;
session.Close;



Comments Comments and Workarounds
The workaround is to not remove any passwords after adding them.


Resolution Resolution
Fixed Problem on 5/28/2004 in version 4.08 build 1
Image