Document current issues.

This commit is contained in:
Marcel Plch 2024-11-11 19:02:00 +01:00
parent 4169714b24
commit e47a6d26cd
Signed by: dormouse
GPG key ID: 2CA77596BC4BDFFE

19
doc/issues.md Normal file
View file

@ -0,0 +1,19 @@
# Issues
## Error handling
Some errors are being handled, some aren't, some are being handled
partially and some errors (and/or their handling) might break the program
before a proper return. some return values of library functions are being
ignored altogether.
## Context handling
Context handling in it's current form relies on all
context types to have a free() function stored
on a specific place in the data structure.
This will most likely result in a segfault anytime
a new structure is being used that is not properly
aligned.