about summary refs log tree commit diff stats
path: root/README.md
diff options
context:
space:
mode:
authorPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-04-10 12:57:55 +0200
committerPeter H. Froehlich <peter.hans.froehlich@gmail.com>2021-04-10 12:57:55 +0200
commitd8db100f9b1913dd0e204f7561bc89f1f46fcefc (patch)
treefea7ded38204176e886119752f219dc720871664 /README.md
parentc902e91474706eea7a6f28910b777a3387168baa (diff)
downloadmkgpt-d8db100f9b1913dd0e204f7561bc89f1f46fcefc.tar.gz
Removed bad asserts, removed overly complex random, lots of other fixes.
Diffstat (limited to 'README.md')
-rw-r--r--README.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/README.md b/README.md
index 28e5ef6..09837d1 100644
--- a/README.md
+++ b/README.md
@@ -60,3 +60,4 @@ Optionally, the string `random` can be used to generate a random GUID.
 - no way to make room for larger boot loaders or to create swap partitions
 - some overly specific code (Linux, Windoze) without a strong need for it
 - some strange code (static info in oversized, dynamically populated array?)
+- some rather broken code (required calls in asserts, misaligned pointers)