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-29 17:19:46 +01:00
2017-06-28 08:51:24 -05:00
2017-12-10 11:02:59 -05:00
2017-11-23 13:00:48 +01:00
2018-03-07 18:04:31 -05:00
2017-11-24 21:35:49 +01:00