We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5dbdd8 commit be12a1fCopy full SHA for be12a1f
CHANGELOG.md
@@ -51,6 +51,11 @@
51
- Update verifier to accept buffers with misaligned empty vectors because C++
52
has been discovered to be doing this for 10 years by now. The original
53
stricter verifier can be activated with a compile time flag (#287, #289).
54
+- Fix low impact incorrect use of strncmp in str_set hash table comparison.
55
+ In flatcc this only affects duplicate header file inclusion detection during
56
+ C code generation. Unlikely worst case a file might not be included which
57
+ would cause a compile time error in user code. However, do take note if
58
+ using the str_set table for other purposes. (#308).
59
60
## [0.6.1]
61
0 commit comments