Releases: editorconfig/editorconfig-core-c
Releases · editorconfig/editorconfig-core-c
v0.12.11
Compare
Sorry, something went wrong.
No results found
Fix CVE-2026-40489 by @j-p-007
Bump minimum CMake version to 3.18.4 (#140 )
Turn on warning as error only for Debug builds (#144 )
Fix strncpy buffer truncation warning in ini.c (#148 ) by @liweiganga
Fix gcc 15.2 compile error (#150 ) by @qunying
Point installation instructions to GitHub releases instead of SourceForge (#141 )
CI fixes.
v0.12.10
Compare
Sorry, something went wrong.
No results found
xuhdev
released this
04 Oct 00:29
Make path splitting algorithm UNC-aware (#135 ) by @csware
Update utarray.h to 2.3.0 (#137 ) by @csware
Miscellaneous fixes.
v0.12.9
Compare
Sorry, something went wrong.
No results found
xuhdev
released this
16 Jun 23:58
What's Changed
Fix VS warnings C4701 and C4703; potentially uninitialized local (variable|pointer) used by @csware in #113
v0.12.8
Compare
Sorry, something went wrong.
No results found
xuhdev
released this
12 Jun 22:05
What's Changed
New Contributors
Full Changelog : v0.12.7...v0.12.8
v0.12.7
Compare
Sorry, something went wrong.
No results found
xuhdev
released this
30 Mar 17:56
Fix pointer overflow in STRING_CAT.
Fix a few more stack buffer overflows.
Add license for FindPcre2 from LuaDist.
Document and CI fixes.
v0.12.6
Compare
Sorry, something went wrong.
No results found
xuhdev
released this
19 Jan 08:44
Fix potential buffer overflow in ec_glob (#87 )
Add simple installation steps for Fedora (#79 )
Update property key, value length limits per spec change (16d1d92 )
Memory leak fix
Compare
Sorry, something went wrong.
No results found
xuhdev
released this
17 Jun 08:19
Fix memory leak in editorconfig_parse() which would occur if no .editorconfig files were found in the file's ancestry or if an error occurred while ingesting values. #76
v0.12.4
Compare
Sorry, something went wrong.
No results found
xuhdev
released this
29 Aug 20:28
Fix two OOM issues.
Fix one buffer overflow issue.
Fix one memory allocation error caused by strdup.
Upgrade CMake minimum to 3.5.1.
Other misc fixes.
EditorConfig C Core v0.12.3
Compare
Sorry, something went wrong.
No results found
xuhdev
released this
16 Nov 00:13
Bump required minimum cmake version to 2.8.12.
Support pcre2 and drop support for pcre.
EditorConfig C Core v0.12.2
Compare
Sorry, something went wrong.
No results found
xuhdev
released this
15 Mar 21:08
Add support for pkgconfig.
Memory leaks and crash fixes.
Improve error messages.
Add CI on AppVeyor.
Known issue:
Test utf_8_char on AppVeyor won't pass.