[ros-kernel] Registry Bug...
Eric Kohl
ekohl at rz-online.de
Sat Oct 18 21:12:40 CEST 2003
"Filip Navara" <xnavara at volny.cz> wrote:
> I am not sure if Eric reads BugZilla and so I post this bug here. The
> problem
> is that the Software entry in registry is duplicated (with different case)
> and that could be cause of some other bugs I run into. Attach screenshot
> shows it in our RegEdit.
Yes, I am reading BugZilla!
Please give me a few minutes to have a look at the code. This could be a bug
in the hash table code. The keys 'SOFTWARE' and 'Software' have differnt
hash values, so the second key will be created although OBJ_CASE_INSENSITIVE
is set in the object attributes. I guess we have to convert the key names to
lower-case before creating the hash values.
Eric
More information about the Ros-kernel
mailing list