Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 582380 Details for
Bug 689598
dev-lang/lua-5.1.5-r5 changes
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Reworked version for varargs calls fix
lua-5.1.5-fix_vararg_calls.patch (text/plain), 450 bytes, created by
Vince C.
on 2019-07-10 16:01:28 UTC
(
hide
)
Description:
Reworked version for varargs calls fix
Filename:
MIME Type:
Creator:
Vince C.
Created:
2019-07-10 16:01:28 UTC
Size:
450 bytes
patch
obsolete
>diff -uNr lua-5.1.5.orig/src/ldo.c lua-5.1.5/src/ldo.c >--- old/src/ldo.c 2016-11-28 20:04:13.177047928 +0100 >+++ new/src/ldo.c 2016-11-28 20:07:15.170432525 +0100 >@@ -274,7 +274,7 @@ > 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); > if (!p->is_vararg) { /* no varargs? */ > base = func + 1;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 689598
:
582368
|
582374
|
582376
|
582378
| 582380 |
582602
|
582604