Files
RedBear-OS/src/ld_so
Anhad Singh 1c5668acd4 feat(dso): do not zero memory
The region is mapped with the `MAP_ANONYMOUS` and thus already
initialised with zeros.

According to POSIX Issue 8:

> Anonymous memory objects shall be initialized to all bits zero.

Signed-off-by: Anhad Singh <andypython@protonmail.com>
2026-02-20 16:30:49 +11:00
..
2025-10-03 21:51:10 -06:00
2025-01-18 23:51:53 +11:00
2026-02-07 14:58:02 +00:00
2026-02-20 16:30:49 +11:00
2026-02-17 15:35:58 +00:00
2026-02-03 12:02:26 +00:00
2026-02-06 17:17:07 +00:00