elks-enhanced

publicRead
Owner: themasterBranch: masterCommits: 6893Updated: 2026-04-19 00:15
Git CLI clone URL
git clone https://www.xt-emporium.com/git/elks-enhanced.git
Fullscreen desktop URL

File history

Tracking elkscmd/test/libc/malloc.c
CommitAuthorDateMessage
a0bc4ebb4f706d75607019b747b5927620b4017Greg Haerr2024-11-19Add proper max malloc and errno handling to std malloc/realloc Allow malloc libc test to run since max alloc is rejected properly
e6def4ac4b64b4dbfe69aa0a3186e7b7b1c7469Greg Haerr2024-02-06[cmds] Replace use of non-standard malloc.h header with stdlib.h
58fa2b7f798d044d819eaf4650a4306e2c1e77bChuck Coffing2023-12-07[libc] calloc must check for overflow (C99)
d3b43f95210c6dbd6f7868021eef4ef2c60bdb1Chuck Coffing2023-12-07[libc] free must not change errno (SUSv2)
00dbefdb3a2e7a89931f1ff480a995dd787217eChuck Coffing2023-12-07ELKS formatting; no code changes
ac6d1927541cc13f07f37490607d6a96776a7a2Chuck Coffing2022-12-31Consistent test_libc formatting
4e16c3242916f12ef056c09a366c0f425c3bdd9Chuck Coffing2022-12-17Improve test framework currently used by libc tests