Changeset 9fbc7fa in mainline for kernel/generic/src/adt/cht.c


Ignore:
Timestamp:
2016-07-18T16:10:27Z (8 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
8f9c808
Parents:
e86a617a
Message:

cht: Make sure done is initialized before use

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/adt/cht.c

    re86a617a r9fbc7fa  
    18901890        /* See comment in split_bucket(). */
    18911891       
    1892         bool done;
     1892        bool done = false;
     1893
    18931894        do {
    18941895                bool resizing = false;
     
    20602061        cht_link_t *join_node, size_t split_hash)
    20612062{
    2062         bool done;
     2063        bool done = false;
     2064
    20632065        do {
    20642066                wnd_t wnd = {
Note: See TracChangeset for help on using the changeset viewer.