rpm/build
Michal Domonkos 590b2fc062 Fix memory leak with multiple %lang-s in one line
We permit two equivalent forms of specifying a list of languages per
file:

  %lang(xx,yy,zz) /path/to/file
  %lang(xx) %lang(yy) %lang(zz) /path/to/file

The leak was when parsing the second form.

Found by Coverity.
2021-06-28 13:22:53 +02:00
..
Makefile.am Fix build regression from 376fef14a6 2021-04-26 11:35:30 +03:00
build.c Fix brown paperbag regression in c223d84fbf 2020-12-14 14:42:43 +02:00
files.c Fix memory leak with multiple %lang-s in one line 2021-06-28 13:22:53 +02:00
misc.c Make parseUnsignedNum() return code more obvious 2019-04-25 10:40:31 +02:00
pack.c Fix data race in packageBinaries() function 2020-06-22 13:15:37 +03:00
parseChangelog.c Shut up bogus Doxygen warnings about undocumented parameters 2020-10-28 10:40:41 +02:00
parseDescription.c Fix POPT_ARG_STRING memleaks in librpmbuild 2020-02-03 17:09:04 +01:00
parseFiles.c Use RPMMACRO_LITERAL/ME_LITERAL when defining some macros 2020-02-10 15:41:33 +02:00
parseList.c Add support for %patchlist and %sourcelist spec sections 2019-05-14 16:15:57 +03:00
parsePolicies.c Fix POPT_ARG_STRING memleaks in librpmbuild 2020-02-03 17:09:04 +01:00
parsePreamble.c Fix regression wrt Lua reinitialization (RhBug:1958095) 2021-05-07 15:38:49 +03:00
parsePrep.c Couple of trivial and obvious const-correctness fixes to build code 2020-09-09 12:46:26 +03:00
parseReqs.c Remove undesired use of the color white 2021-02-05 11:40:28 +02:00
parseScript.c Make Lua a hard requirement for rpm 2021-02-09 13:57:27 +02:00
parseSimpleScript.c Port parseSimpleScript() to use parseLines(), no functional changes 2019-04-17 13:18:50 +02:00
parseSpec.c Restore flagless variants of rpmExprBool() and rpmExprStr() for ABI compat 2020-03-23 13:44:12 +02:00
policies.c Fix build regression in commit 307872f71b 2020-02-04 09:51:41 +01:00
reqprov.c Flag build-time rpmlib() dependencies in src.rpm as missingok 2019-10-28 15:29:50 +02:00
rpmbuild.h Add support for dynamic BuildRequires 2019-05-28 09:24:01 +03:00
rpmbuild_internal.h Fix regression wrt Lua reinitialization (RhBug:1958095) 2021-05-07 15:38:49 +03:00
rpmbuild_misc.h Shut up bogus Doxygen warnings about undocumented parameters 2020-10-28 10:40:41 +02:00
rpmfc.c Simplify & unhackify dependency generator command construction 2020-11-09 09:30:19 +02:00
rpmfc.h Add OrderWithRequires dependency generation 2020-06-09 12:37:23 +02:00
rpmspec.h Add rpmSpecPkgGetSection() to get fileFile, fileList and policyList 2015-06-12 15:18:11 +02:00
spec.c Fix regression wrt Lua reinitialization (RhBug:1958095) 2021-05-07 15:38:49 +03:00
speclua.c Fix regression wrt Lua reinitialization (RhBug:1958095) 2021-05-07 15:38:49 +03:00