1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2024-12-26 11:30:03 +05:30
Commit Graph

16 Commits

Author SHA1 Message Date
269c1dec27
safe_mem.test.c: enhance macro DUMP_INT_ARRAY for multiple scenarios 2024-06-26 11:57:03 +03:00
371f8819de
relicense: CC0 -> Unlicense 2024-04-25 23:16:39 +03:00
72c8da07b5
safe_mem.h: add __STDC_WANT_LIB_EXT1__ 2024-04-03 20:04:44 +03:00
de22c0bda9
safe_mem.h: notice comment: add a new NOTE 2024-04-02 21:13:03 +03:00
ca8a8c0cc5
safe_mem.h: move the legal notice to the end of the note 2024-03-31 19:42:10 +03:00
7c81854fcb
safe_mem.h: simplify conditional compilation for *BSD 2024-03-27 19:57:27 +03:00
dd1d4d5e37
safe_mem.h: require OpenBSD v. >= 5.5, FreeBSD v. >= 11.0 2024-03-26 23:12:37 +03:00
8ca528509b
safe_mem.h: check for OpenBSD correctly 2024-03-26 21:36:38 +03:00
01b13c7443
safe_mem.h: use correct header 2024-03-25 00:28:11 +03:00
f4fbea4850
safe_mem.h: fix secure_erase macro 2024-03-24 21:04:39 +03:00
471e2a8583
safe_mem.h: simplify #if defined(...) to #ifdef ... 2024-03-24 19:45:53 +03:00
0f40878fbb
safe_mem.h: fix the condition of memset_s availability 2024-03-24 18:09:40 +03:00
429d34fdff
safe_mem.test.c: remove STDERR_FILENO 2024-03-24 18:08:38 +03:00
324d23d6a6
safe_mem.h: add missing inclusions of string.h 2024-03-24 17:29:04 +03:00
76ec85397a
safe_mem.test.c: fix the file name in the note 2024-03-24 15:58:19 +03:00
eb0c6e0dd9
C: add mem/safe_mem.* 2024-03-24 15:54:04 +03:00