Changeset cf9a1e2 in mainline


Ignore:
Timestamp:
2019-10-08T00:31:12Z (5 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
de65624
Parents:
3106054
Message:

Fix use of unitialized variable

Found by gcc -Og

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/trace/trace.c

    r3106054 rcf9a1e2  
    143143                        printf("Error connecting to task %" PRIu64 ".\n",
    144144                            task_id);
     145                        rc = EIO;
    145146                        goto error;
    146147                }
Note: See TracChangeset for help on using the changeset viewer.