rockbox/firmware/target
Marcin Bukat 7ab237b025 buflib: Add crc field protecting buflib cookie integrity
This should catch the case of buffer misuse which results
in corrupted cookie of next allocation. The check is performed
on move_block() so it may be a bit late.

There is buflib_check_valid() provided which checks the
integrity of all cookies for given context.
On DEBUG build with --sdl-thread this check is carried out
for core_ctx on every context switch to catch problems earlier.

Change-Id: I999d4576084592394e3dbd3bdf0f32935ff5f601
Reviewed-on: http://gerrit.rockbox.org/711
Reviewed-by: Thomas Martitz <kugel@rockbox.org>
2014-01-16 10:17:39 +01:00
..
arm HDD1630: implement lcd_enable (display on/off). 2014-01-13 23:50:40 +01:00
coldfire coldfire: Use single app.lds script for all coldfires. 2014-01-15 21:15:14 +01:00
hosted buflib: Add crc field protecting buflib cookie integrity 2014-01-16 10:17:39 +01:00
mips touch devices: Disable touch on softlock. 2013-09-05 20:02:07 +02:00
sh Add missing kernel.h includes (hopefully all of them), take #2. 2014-01-05 20:42:48 +01:00