File history
Tracking elkscmd/test/libc/malloc.c
| Commit | Author | Date | Message |
|---|---|---|---|
a0bc4ebb4f706d75607019b747b5927620b4017 | Greg Haerr | 2024-11-19 | Add proper max malloc and errno handling to std malloc/realloc Allow malloc libc test to run since max alloc is rejected properly |
e6def4ac4b64b4dbfe69aa0a3186e7b7b1c7469 | Greg Haerr | 2024-02-06 | [cmds] Replace use of non-standard malloc.h header with stdlib.h |
58fa2b7f798d044d819eaf4650a4306e2c1e77b | Chuck Coffing | 2023-12-07 | [libc] calloc must check for overflow (C99) |
d3b43f95210c6dbd6f7868021eef4ef2c60bdb1 | Chuck Coffing | 2023-12-07 | [libc] free must not change errno (SUSv2) |
00dbefdb3a2e7a89931f1ff480a995dd787217e | Chuck Coffing | 2023-12-07 | ELKS formatting; no code changes |
ac6d1927541cc13f07f37490607d6a96776a7a2 | Chuck Coffing | 2022-12-31 | Consistent test_libc formatting |
4e16c3242916f12ef056c09a366c0f425c3bdd9 | Chuck Coffing | 2022-12-17 | Improve test framework currently used by libc tests |