kicad/thirdparty/nanodbc
Roberto Fernandez Bautista 69107816f1 nanodbc: Fix use after free
Cherry picked from upstream commit e24383436703c9151af1e22652e7d4dbbb52fc15

e243834367
2024-03-19 18:50:20 +01:00
..
nanodbc nanodbc: Fix use after free 2024-03-19 18:50:20 +01:00
CMakeLists.txt Remove minimum CMake versions from thridparty 2023-09-24 00:21:06 +01:00
LICENSE
README.txt Fix nanodbc build with clang and gcc stdlib 2023-04-02 00:50:33 +01:00
VERSION.txt

README.txt

This directory contains the nanodbc project from https://github.com/nanodbc/nanodbc

It is licensed under MIT, with the license text in this directory.


Note: The CMakeLists.txt file has been modified to remove the CXX flags nanodbc is
adding to the build. These flags were interfering with the Clang build, and also
including Werror is a bad idea.

Note: The cpp and header file have been modified to remove the #ifdef _clang_ from the
includes. This was needed when nanodbc changed the standard library, but now with GCC 13,
this is needed when building with the GCC standard library and clang.