Skip to content

Bug: the posix example client can stack overflow #378

@DrKatieL

Description

@DrKatieL

When initializing the posix client from the examples main() creates a FLASH_RAM_SIZE buffer on the stack for memory. This defaults to 1MB and can contribute to stack overflows later in execution. Since this is the posix example and should have heap available, putting the flash on the heap reduces the likelihood of overflows.

Metadata

Metadata

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions