Changeset 4afb6c9 in mainline


Ignore:
Timestamp:
2021-07-16T20:40:19Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
e116461
Parents:
d63623f
Message:

Use of uninitialized variable causes UI to fail in terminal

You fail me yet again GCC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/generic/io/console.c

    rd63623f r4afb6c9  
    290290        exch = async_exchange_begin(ctrl->output_sess);
    291291        req = async_send_2(exch, CONSOLE_MAP, cols, rows, &answer);
    292         if (rc != EOK)
    293                 goto error;
    294292
    295293        asize = PAGES2SIZE(SIZE2PAGES(cols * rows * sizeof(charfield_t)));
Note: See TracChangeset for help on using the changeset viewer.