Changeset d7e45c8 in mainline for kernel/generic/src/ipc/sysipc.c


Ignore:
Timestamp:
2010-04-12T23:03:46Z (14 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
34aac916
Parents:
1ef0fc3
Message:

sys_ipc_hangup() should treat the phoneid as unative_t so that GET_CHECK_PHONE
will not bless a negative phone number.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/src/ipc/sysipc.c

    r1ef0fc3 rd7e45c8  
    956956 * @return              Return 0 on success or an error code.
    957957 */
    958 unative_t sys_ipc_hangup(int phoneid)
     958unative_t sys_ipc_hangup(unative_t phoneid)
    959959{
    960960        phone_t *phone;
Note: See TracChangeset for help on using the changeset viewer.