Modify ↓
Opened 11 months ago Closed 11 months ago #338 closed bug (fixed)Selecting Config/Read generates hits, MorphOS version of YAM
DescriptionSummary
Hits are generated when selecting Read in Config. Steps to reproduce
Expected resultsActual resultsRegressionNotesAttachments (0)Change History (2)comment:1 Changed 11 months ago by thboeckel
comment:2 Changed 11 months ago by thboeckel
Note: See
TracTickets for help on using
tickets. | This list contains all users that will be notified about changes made to this ticket. These roles will be notified: Reporter, Owner, Subscriber
| ||||||||||||||||||||||||||||



(In [6180]) * mui/FilterChooser.c, mui/IdentityChooser.c, mui/MailServerChooser.c: added a workaround for a bug in MUI4 of MorphOS which occurs when no entries are available for selection. MorphOS uses a local and non-static variable as replacement in this case, which of course ceased to live as soon as the object's constructor is left. As consequence random memory was accessed.