This repository has been archived by the owner on Jun 24, 2022. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add integer overflow check to the malloc wrappers
Port the following security fix from mbed-os repository: ARMmbed/mbed-os#14408 Summary: Add a check that the combined size of the buffer to allocate and alloc_info_t does not exceed the maximum integer value representable by size_t.
- Loading branch information