Changeset 30f1a25 in mainline for uspace/app/bdsh/cmds/modules/ls/ls.c

Timestamp:
2018-03-14T18:54:08Z (7 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
67f11a0
Parents:
963037b0
Message:

Make hash_table_find_next immune to livelocks

By giving hash_table_find_next the item returned from hash_table_find,
we provide it with a fixed reference with which the outer loop which
calls hash_table_find_next can terminate even if the respective bucket
contains more matching elements.

(No files)

Note: See TracChangeset for help on using the changeset viewer.