<!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 again,</p>
<p>On 2017-02-26 15:54, 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 2017-02-26 16:47, Rémi Denis-Courmont wrote:</code></pre>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> It´s not the only place with that theoretical problem.</code></pre>
</blockquote>
</blockquote>
<p>So I took some time to look for all cases where we initialize a <code>struct iovec</code> without being explicit about what we are initializing, and ended up with the below linked patch:</p>
<ul>
<li>https://patches.videolan.org/patch/15742/</li>
</ul>
<p>I checked things twice (in terms of usage), but could only find two places (in <code>access/dtv</code> and <code>stream_filter/decomp</code>); if there are more cases of former usage that I could not find I apologize for the inconvenience.</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> I just remember fixing it in `src/misc/interrupt.c` a long time ago,
 and when reading your recent commit it caught my attention (so I
 decided to take a few seconds to fix it).

 I honestly assumed that *past-Filip* was smart enough to look for
 other cases when he (me) wrote `02cd3e0`, but as it turns out; he (me)
 was not.

  - http://git.videolan.org/?p=vlc.git;a=commit;h=02cd3e04358437fa6f34493dd4aeb72007d734b7

 Changes for the remaining issues of this kind will be pushed to
 `vlc-devel` as soon as I am done with a really annoying bug in a
 3rd-party library.</code></pre>
</blockquote>
</body>
</html>