Changeset 25cfc3d in mainline


Ignore:
Timestamp:
2018-12-11T06:41:05Z (5 years ago)
Author:
Matthieu Riolo <matthieu.riolo@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
3301452
Parents:
506cbf0
Message:

fixing SIGBUS error

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/app/bdsh/input.c

    r506cbf0 r25cfc3d  
    196196                /* check if the alias already has been resolved once */
    197197                if (!find_alias_hup(data, alias_hups)) {
    198                         alias_hup_t *hup = (alias_hup_t *)calloc(1, sizeof(hup));
     198                        alias_hup_t *hup = (alias_hup_t *)calloc(1, sizeof(alias_hup_t));
    199199                        hup->alias = data;
    200200                        list_append(&hup->alias_hup_link, alias_hups);
Note: See TracChangeset for help on using the changeset viewer.