Library that implements an embeddable SQL database engine
Go to file
Zuzana Miklankova 1a12e88f50
remove patch2 - double free when using createrepo
Related: #801981

Removing as the bug is no longer reproducible in rawhide even without
this patch. Also disabling malloc_usable_size() is not optimal[1]:

"If the HAVE_MALLOC_USABLE_SIZE option is omitted or is false, then
SQLite uses a wrapper around system malloc() and realloc() that enlarges
each allocation by 8 bytes and writes the size of the allocation in the
initial 8 bytes, and then SQLite also implements its own home-grown
version of malloc_usable_size() that consults that 8-byte prefix to find
the allocation size. This approach works but it is suboptimal.
Applications are encouraged to use HAVE_MALLOC_USABLE_SIZE whenever
possible. "

Reproducing steps:

\# export MALLOC_CHECK_=3
\# createrepo -d .
Directory walk started
Directory walk done - 15 packages
Temporary output repo path: ./.repodata/
Preparing sqlite DBs
Pool started (with 5 workers)
Pool finished

[1] https://www.sqlite.org/compile.html
2023-07-13 10:39:32 +02:00
.fmf Enable tmt CI tests, remove obsolete STI test 2022-03-21 17:34:26 +01:00
.gitignore Updated to version 3.12.2 2016-04-25 10:04:06 +02:00
ci.fmf Enable tmt CI tests, remove obsolete STI test 2022-03-21 17:34:26 +01:00
gating.yaml add gating.yaml 2023-06-23 12:35:36 +02:00
sources rebase back to 3.42.0 2023-07-13 09:57:42 +02:00
sqlite-3.6.23-lemon-system-template.patch Updated to version 3.34.0 2020-12-02 08:33:34 +01:00
sqlite-3.8.0-percentile-test.patch Dropped problematic percentile-2.1.50 test 2013-09-16 13:40:05 +02:00
sqlite-3.16-datetest-2.2c.patch Disable tests date-2.2c on i686, enable trace3 on arm 2017-01-05 11:35:31 +01:00
sqlite-3.18.0-sync2-dirsync.patch Updated to version 3.18.0 2017-04-03 13:40:41 +02:00
sqlite.spec remove patch2 - double free when using createrepo 2023-07-13 10:39:32 +02:00
STAGE2-sqlite Adding STAGE2 bootstrap recipe 2015-11-05 17:22:29 +01:00