Skip to content

Releases: editorconfig/editorconfig-core-c

v0.12.7

30 Mar 17:56
Compare
Choose a tag to compare
  • 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

19 Jan 08:44
b783702
Compare
Choose a tag to compare
  • 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

17 Jun 08:19
Compare
Choose a tag to compare
  • 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

29 Aug 20:28
Compare
Choose a tag to compare
  • 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

16 Nov 00:13
Compare
Choose a tag to compare
  • Bump required minimum cmake version to 2.8.12.
  • Support pcre2 and drop support for pcre.

EditorConfig C Core v0.12.2

15 Mar 21:08
Compare
Choose a tag to compare
  • 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.