<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua/bugs, branch v5.3</title>
<subtitle>A mirror of https://github.com/lua/lua
</subtitle>
<id>https://git.lua4.win/lua/atom?h=v5.3</id>
<link rel='self' href='https://git.lua4.win/lua/atom?h=v5.3'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/'/>
<updated>2019-11-25T14:23:30+00:00</updated>
<entry>
<title>File 'bugs' no longer tracked by git</title>
<updated>2019-11-25T14:23:30+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2019-11-25T14:23:30+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=cee1ebe3373d1ed9c87182edef49bd866126cceb'/>
<id>urn:sha1:cee1ebe3373d1ed9c87182edef49bd866126cceb</id>
<content type='text'>
The file 'bugs' reports bugs in several different versions
(corresponding to different branches in the repository), without
a clear division of "this bugs belongs to this version". So, it
doesn't make sense to track it along with one (or many) versions.
</content>
</entry>
<entry>
<title>Fixed bug in 'lua_upvaluejoin'</title>
<updated>2019-03-27T17:30:12+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2019-03-27T17:30:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=89aee84cbc9224f638f3b7951b306d2ee8ecb71e'/>
<id>urn:sha1:89aee84cbc9224f638f3b7951b306d2ee8ecb71e</id>
<content type='text'>
Bug-fix: joining an upvalue with itself could cause a use-after-free
crash.
</content>
</entry>
<entry>
<title>File 'bugs' updated to version 5.3.5</title>
<updated>2018-12-17T17:43:09+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2018-12-17T17:43:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=f059c2bcc8e0c99287657f953cca9ba730a5432a'/>
<id>urn:sha1:f059c2bcc8e0c99287657f953cca9ba730a5432a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bug: When a coroutine tries to resume a non-suspended coroutine,</title>
<updated>2016-10-19T12:34:27+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-10-19T12:34:27+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=697593d8d5b2e2287919423006c53dcac31d2b70'/>
<id>urn:sha1:697593d8d5b2e2287919423006c53dcac31d2b70</id>
<content type='text'>
it can do some mess (and break C assertions) before detecting the error.
</content>
</entry>
<entry>
<title>bug: Lua can generate wrong code in functions with too many constants</title>
<updated>2016-07-19T17:12:07+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-07-19T17:12:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=fc6b32bcaaf486beeffd35af44932a53f44d1c65'/>
<id>urn:sha1:fc6b32bcaaf486beeffd35af44932a53f44d1c65</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new bug: Checking a format for 'os.date' may read pass the format string</title>
<updated>2016-07-15T17:24:09+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-07-15T17:24:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=788109a3de05462f19c5c05033581c1eab9e9283'/>
<id>urn:sha1:788109a3de05462f19c5c05033581c1eab9e9283</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bug: expression list with four or more expressions in</title>
<updated>2016-06-21T17:22:34+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-06-21T17:22:34+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=fac00ca023c16f6d06beec502e8320017e3c6af2'/>
<id>urn:sha1:fac00ca023c16f6d06beec502e8320017e3c6af2</id>
<content type='text'>
a 'for' loop can crash the interpreter.
</content>
</entry>
<entry>
<title>diff for last bug was against wrong version</title>
<updated>2016-04-11T15:34:21+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-04-11T15:34:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=c258870c59a82e344b3155a271d25b389b5a7422'/>
<id>urn:sha1:c258870c59a82e344b3155a271d25b389b5a7422</id>
<content type='text'>
</content>
</entry>
<entry>
<title>bug: 'gmatch' iterator fails when called from a coroutine different</title>
<updated>2016-03-23T17:12:17+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-03-23T17:12:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=acff3ad88db13bb6d74170a3db475a4e45ddb51f'/>
<id>urn:sha1:acff3ad88db13bb6d74170a3db475a4e45ddb51f</id>
<content type='text'>
from the one that created it
</content>
</entry>
<entry>
<title>bug: label between local definitions can mix-up their initializations</title>
<updated>2016-03-07T19:25:39+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-03-07T19:25:39+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=e7b2e01d43d9c3ab6d223daa18eebb94a322e082'/>
<id>urn:sha1:e7b2e01d43d9c3ab6d223daa18eebb94a322e082</id>
<content type='text'>
</content>
</entry>
</feed>
