Skip to content
This repository was archived by the owner on Sep 21, 2020. It is now read-only.
This repository was archived by the owner on Sep 21, 2020. It is now read-only.

DeleteAllEntries subtle bug #245

@virtuald

Description

@virtuald

Checks for m_entries.empty() and returns if so. This is incorrect as deleted entries could exist -- and if they did exist, then an outgoing clearEntries message would be sent, which doesn't seem to be intended (though it probably wouldn't cause any harm).

Probably deleteAllEntriesImpl should return true if it deleted something.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions