Custom Query (31 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (31 of 31)

1 2 3 4 5 6 7 8 9 10 11
Ticket Owner Reporter Resolution Summary
#26 Andreas Schnellbacher Andreas Schnellbacher fixed Removing a key from its parent RegContainer value removes a zero char too much
Description

After executing

NepmdDeleteConfigTree \NEPMD\User\AutoRestore

the section RegKey is OK, but in RegContainer, the entry for \NEPMD\User was changed from

AutoRestore.AutoSave.Backup.Colors. ... .Toolbar.

to

AutoSaveBackup.Colors. ... .Toolbar.

(zero chars replaced by single dots).

The faulty function is _removeKeyFromContainerList of libreg.c, which exists for a long time.

The removed RegKeys are:

\NEPMD\User\AutoRestore\Ring\LoadLast
\NEPMD\User\AutoRestore\Ring\MaxFiles
\NEPMD\User\AutoRestore\Ring\SaveLast

The removed RegContainer keys are:

\NEPMD\User\AutoRestore\Ring
\NEPMD\User\AutoRestore

It may have relevance that two container levels were removed.

Luckily, this bug didn't appear until now. It has to be fixed before the deletion of a tree will be added to ImportUserTextConfig, triggered by a DELETE: value in user.cfg.

1 2 3 4 5 6 7 8 9 10 11
Note: See TracQuery for help on using queries.