Main: Use assertions everywhere

This commit is contained in:
Alex Kotov 2022-05-25 02:17:14 +03:00
parent 63ae527c4f
commit 8121f585ee
Signed by: kotovalexarian
GPG Key ID: 553C0EBBEB5D5F08
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
* src/multiboot2/info_is_valid.c: Fix division by zero
* configure.ac: Test options made stable
* configure.ac: Feature "bloat" made stable
* src/: Use assertions everywhere (closes #14)
2022-02-10 Alex Kotov <kotovalexarian@gmail.com>