Skip to content

libmysofa v1.3.2.2 - Safe limit increase + fix

Latest

Choose a tag to compare

@ThreeDeeJay ThreeDeeJay released this 16 Sep 17:46
· 2 commits to main since this release
637c319
Fix "undeclared identifier" error

Error:
"libmysofa/src/hdf/btree.c:269:48: note: each undeclared identifier is reported only once for each function it appears in
269 |   if (elements <= 0 || size <= 0 || elements > INT_MAX/size)
This is probably fixable by adding #include <limits.h>"