﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	field_blocks	field_dependson	field_seealso
509	Applications crash in malloc() in the recent gta02 builds	Jakub Jermář	Jiri Svoboda	"As of [changeset:mainline,1741], but also prior to this revision, applications crash inside malloc() when running on gta02 or similar boards.

Example of these crashes include the following call paths:

{{{
...
malloc()
async_send_fast()
log_msg()
...
}}}

or:

{{{
area_check()
malloc_internal()
malloc()
fat_idx_get_by_pos()
...
}}}

The crash happens on address 0x10, which suggest a NULL pointer passed to area_check().

Given that other architectures and other arm machines don't have these problems, this issue looks gta02 specific."	defect	closed	major	0.7.0	helenos/kernel/arm32	mainline	duplicate	gta02				#638
