<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  <meta http-equiv="Content-Style-Type" content="text/css" />
  <meta name="generator" content="pandoc" />
  <title></title>
  <style type="text/css">code{white-space: pre;}</style>
</head>
<body>
<p>Hi,</p>
<p>On 2016-10-31 01:05, Filip Roséen wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> On a 32-bit platform, SSIZE_MAX is generally smaller than UINT32_MAX,
 meaning that invoking vlc_stream_Read where the size argument is
 UINT32_MAX makes it impossible for vlc_stream_Read to signal that the
 reading was successful.

 These changes reads data in chunks of at most SSIZE_MAX to prevent the
 previously described issue.
 ---
  modules/demux/nsv.c | 13 ++++++++++++-
  1 file changed, 12 insertions(+), 1 deletion(-)</code></pre>
</blockquote>
<p>Due to fix-up of patch <code>3/4</code>, see attachment of updated patch, and the below for more information:</p>
<ul>
<li>https://mailman.videolan.org/pipermail/vlc-devel/2016-October/110128.html</li>
</ul>
<p>/F</p>
</body>
</html>