From 0b4bd76e6bcb46074719f950f2b8e2cd464d117d Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Wed, 6 Dec 2023 17:16:54 -0500 Subject: old changes I had lying around Looks like I was trying to implement an splint linter here in order to disprove null check errors. This whole thing seems pretty useless except as a C exercise. Why not just use a Wiki or Knuth's WEB or org-mode or a text file with indentation? --- README | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README') diff --git a/README b/README index 4d5de85..c83be3a 100644 --- a/README +++ b/README @@ -14,3 +14,8 @@ For every line, - dot or other, take literally (as a desc) Always trim ending spaces + +# bugs + +the possibility that `malloc == NULL` is pretty much ignored, memory +handling is probably lossy, and pointer chasing is inefficient -- cgit