haiku/src/system
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
..
boot openfirmware/ppc: A few minor fixes and extra debugging 2018-03-13 21:35:22 -05:00
glue glue: correctly support different architectures. 2018-01-31 22:57:56 +01:00
kernel kernel: Make size argument to create_area_etc() size_t. 2018-04-04 00:07:59 +02:00
ldscripts kernel: Binary code patches on x86. 2018-01-14 13:20:38 +01:00
libroot stdlib: Add common bsd mkstemps function 2018-02-26 21:46:25 +00:00
runtime_loader runtime_loader: add hybrid support. 2018-02-25 08:29:51 +01:00
Jamfile