Ignore:
Timestamp:
2023-01-03T20:38:44Z (16 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3c54869
Parents:
df54aa8
Message:

Add missing replies in IPC error paths

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/device/src/io/chardev_srv.c

    rdf54aa8 rcdd6fc9  
    11/*
    2  * Copyright (c) 2014 Jiri Svoboda
     2 * Copyright (c) 2023 Jiri Svoboda
    33 * All rights reserved.
    44 *
     
    5555        ipc_call_t call;
    5656        if (!async_data_read_receive(&call, &size)) {
     57                async_answer_0(&call, EINVAL);
    5758                async_answer_0(icall, EINVAL);
    5859                return;
Note: See TracChangeset for help on using the changeset viewer.