<feed xmlns='http://www.w3.org/2005/Atom'>
<title>suspect-devices/circuitpython/tests/basics/deque1.py, branch 6.0.0</title>
<subtitle>CircuitPython - a Python implementation for teaching coding with microcontrollers</subtitle>
<id>https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.0</id>
<link rel='self' href='https://git.suspectdevices.com/suspect-devices/circuitpython/atom?h=6.0.0'/>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/'/>
<updated>2018-02-21T12:34:17+00:00</updated>
<entry>
<title>py/objdeque: Protect against negative maxlen in deque constructor.</title>
<updated>2018-02-21T12:34:17+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2018-02-21T12:34:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=160d6708684de8c71895f90bc699a5879fb6ed29'/>
<id>urn:sha1:160d6708684de8c71895f90bc699a5879fb6ed29</id>
<content type='text'>
Otherwise passing -1 as maxlen will lead to a zero allocation and
subsequent unbound buffer overflow in deque.append() because i_put is
allowed to grow without bound.
</content>
</entry>
<entry>
<title>tests/basics: Add tests to improve coverage of py/objdeque.c.</title>
<updated>2018-02-21T12:19:06+00:00</updated>
<author>
<name>Damien George</name>
<email>damien.p.george@gmail.com</email>
</author>
<published>2018-02-21T12:19:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=8f9b113be25bec821254027e3e3d634f20553226'/>
<id>urn:sha1:8f9b113be25bec821254027e3e3d634f20553226</id>
<content type='text'>
</content>
</entry>
<entry>
<title>tests/basics/deque*: Tests for ucollections.deque.</title>
<updated>2018-02-21T11:58:14+00:00</updated>
<author>
<name>Paul Sokolovsky</name>
<email>pfalcon@users.sourceforge.net</email>
</author>
<published>2018-02-06T09:58:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.suspectdevices.com/suspect-devices/circuitpython/commit/?id=4668ec801e59125aaac3aa6892420d251f00ab3f'/>
<id>urn:sha1:4668ec801e59125aaac3aa6892420d251f00ab3f</id>
<content type='text'>
</content>
</entry>
</feed>
