<feed xmlns='http://www.w3.org/2005/Atom'>
<title>lua/bugs, branch v5.3.5</title>
<subtitle>A mirror of https://github.com/lua/lua
</subtitle>
<id>https://git.lua4.win/lua/atom?h=v5.3.5</id>
<link rel='self' href='https://git.lua4.win/lua/atom?h=v5.3.5'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/'/>
<updated>2016-10-19T12:34:27+00:00</updated>
<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>
<entry>
<title>Metatable may access its own dealocated field when</title>
<updated>2016-01-04T13:35:56+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2016-01-04T13:35:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=7cd7c2e0a1e947bbcb03da123b31f4f74b366020'/>
<id>urn:sha1:7cd7c2e0a1e947bbcb03da123b31f4f74b366020</id>
<content type='text'>
it has a self reference in __newindex.
</content>
</entry>
<entry>
<title>added separator for bugs in 5.3.1</title>
<updated>2015-11-13T17:19:07+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-11-13T17:19:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=d682b3c9ec79b14497eb7736881561255fd5cf00'/>
<id>urn:sha1:d682b3c9ec79b14497eb7736881561255fd5cf00</id>
<content type='text'>
</content>
</entry>
<entry>
<title>new entry should not be commented out</title>
<updated>2015-07-23T14:32:17+00:00</updated>
<author>
<name>Roberto Ierusalimschy</name>
<email>roberto@inf.puc-rio.br</email>
</author>
<published>2015-07-23T14:32:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/lua/commit/?id=935d9f7f9042d11acf6b6b9943ddc3812063b875'/>
<id>urn:sha1:935d9f7f9042d11acf6b6b9943ddc3812063b875</id>
<content type='text'>
</content>
</entry>
</feed>
