From: Enrico Tassi Date: Tue, 26 Aug 2014 16:20:55 +0200 Subject: Fix stack overflow in vararg functions --- src/ldo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ldo.c b/src/ldo.c index d1bf786..30333bf 100644 --- a/src/ldo.c +++ b/src/ldo.c @@ -274,7 +274,7 @@ int luaD_precall (lua_State *L, StkId func, int nresults) { CallInfo *ci; StkId st, base; Proto *p = cl->p; - luaD_checkstack(L, p->maxstacksize); + luaD_checkstack(L, p->maxstacksize + p->numparams); func = restorestack(L, funcr); base = func + 1; Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/mp3.scm
AgeCommit message (Expand)Author
2018-02-19gnu: chromaprint: Update to 1.4.3....Tobias Geerinckx-Rice
2018-01-16gnu: mpg123: Use HTTPS for home page....Tobias Geerinckx-Rice
2018-01-16gnu: mpg123: Update to 1.25.8....Tobias Geerinckx-Rice
2018-01-08gnu: lame: Remove obsolete workaround....Marius Bakke
2017-11-21gnu: taglib: Update to 1.11.1 and fix home page....Pierre Langlois
2017-11-09gnu: chromaprint: Update to 1.4.2....Leo Famulari
2017-10-22gnu: lame: Update to 3.100....Marius Bakke
2017-10-11gnu: mpg123: Update to 1.25.7....Leo Famulari
2017-09-24gnu: Fix syntax errors introduced by dc1d3cdef70f0e3c047c229c2a0e56....Marius Bakke
2017-09-20gnu: Use 'modify-phases' syntax....Kei Kebreau
2017-09-11gnu: mpg123: Update to 1.25.6 [fixes CVE-2017-12797]....Leo Famulari
2017-08-23gnu: id3lib: Remove bundled zlib....Thomas Danckaert
2017-08-06gnu: mpg123: Update to 1.25.4....Leo Famulari
2017-08-02gnu: eyed3: Update to 0.8, build with python3....Thomas Danckaert
2017-07-11gnu: mpg123: Update to 1.25.2 [fixes CVE-2017-10683]....Ludovic Courtès
2017-06-28gnu: mpg123: Update to 1.25.0....Leo Famulari