Skip to content

bugfix for potential segfault

Compare
Choose a tag to compare
@ColumPaget ColumPaget released this 15 Mar 10:08
· 6 commits to master since this release

recent gcc found a pointer dereference error that could cause a segfault (though the pointer is only used in read operation). This release fixes that and also adds headers to elimiate 'implicit declaration' warnings. SPDX headers added.