Skip to content

Sanitise unsafe functions, GNUC annotations

Ghost User requested to merge wire-unsafe-funcs into master

This is an attempt to sanitise unsafe functions in libknot API which allow easy out-of-bound reads or undefined return value. The other part is annotating most used functions with appropriate attributes.

Merge request reports