Michael Lotz 321372e3ef kernel: Make size argument to create_area_etc() size_t.
It was limited to a uint32 and could for example be overflown by the
slab MemoryManager that uses size_t on a 64 bit system.

This aligns the signature with create_area() that already uses size_t
for the size argument.

Note that the function is currently private, so the impact should be
limited.
2018-04-04 00:07:59 +02:00
..
2017-11-13 16:48:09 +01:00
2017-04-30 17:14:45 +02:00
2016-04-24 18:22:14 +02:00
2015-07-22 20:40:47 +02:00