Changeset 27526e87 in mainline for kernel/arch/mips32/src/mm/tlb.c

Timestamp:
2008-09-09T19:24:42Z (17 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
0320823
Parents:
e40e3007
Message:

Kernel's ipc_data_t and uspace's ipc_call_t must be in sync.

This commit fixes a problem introduced in revision 3362, when
ipc_data_t was enlarged by the caller_phone member. This resulted
in sys_ipc_wait_for_call() passing larger structure to uspace
than requested, leading to a random damage of userspace memory.

(No files)

Note: See TracChangeset for help on using the changeset viewer.