<feed xmlns='http://www.w3.org/2005/Atom'>
<title>llvm-project.git/llvm/test/Bitcode/Inputs/invalid-array-operand-encoding.bc, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/'/>
<entry>
<title>Bitcode: Change reader interface to take memory buffers.</title>
<updated>2016-11-02T00:08:19+00:00</updated>
<author>
<name>Peter Collingbourne</name>
<email>peter@pcc.me.uk</email>
</author>
<published>2016-11-02T00:08:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=028eb5a3f823c25e6c3040d300910e23ed69e788'/>
<id>028eb5a3f823c25e6c3040d300910e23ed69e788</id>
<content type='text'>
As proposed on llvm-dev:
http://lists.llvm.org/pipermail/llvm-dev/2016-October/106595.html

This change also fixes an API oddity where BitstreamCursor::Read() would
return zero for the first read past the end of the bitstream, but would
report_fatal_error for subsequent reads. Now we always report_fatal_error
for all reads past the end. Updated clients to check for the end of the
bitstream before reading from it.

I also needed to add padding to the invalid bitcode tests in
test/Bitcode/. This is because the streaming interface was not checking that
the file size is a multiple of 4.

Differential Revision: https://reviews.llvm.org/D26219

llvm-svn: 285773
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As proposed on llvm-dev:
http://lists.llvm.org/pipermail/llvm-dev/2016-October/106595.html

This change also fixes an API oddity where BitstreamCursor::Read() would
return zero for the first read past the end of the bitstream, but would
report_fatal_error for subsequent reads. Now we always report_fatal_error
for all reads past the end. Updated clients to check for the end of the
bitstream before reading from it.

I also needed to add padding to the invalid bitcode tests in
test/Bitcode/. This is because the streaming interface was not checking that
the file size is a multiple of 4.

Differential Revision: https://reviews.llvm.org/D26219

llvm-svn: 285773
</pre>
</div>
</content>
</entry>
<entry>
<title>[BitstreamReader] Make sure the Array operand type is an encoding</title>
<updated>2015-05-27T00:48:43+00:00</updated>
<author>
<name>Filipe Cabecinhas</name>
<email>me@filcab.net</email>
</author>
<published>2015-05-27T00:48:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/llvm-project.git/commit/?id=8cd99e9a5a13bc3f229dbabc9e8baa7b10568598'/>
<id>8cd99e9a5a13bc3f229dbabc9e8baa7b10568598</id>
<content type='text'>
Bug found with AFL fuzz.

llvm-svn: 238269
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug found with AFL fuzz.

llvm-svn: 238269
</pre>
</div>
</content>
</entry>
</feed>
