<!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 Rémi,</p>
<p>On 2017-02-26 16:47, Rémi Denis-Courmont wrote:</p>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> Le sunnuntaina 26. helmikuuta 2017, 15.03.16 EET Filip Roséen a écrit :</code></pre>
<blockquote style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;color:#500050">
<pre><code> Given that POSIX does not guarantee the order (nor the number) of the
 data-members within "struct iovec", we should either use designated
 initializers, or direct member-access, to initialize struct iovec.{iov_base,
 iov_len}.</code></pre>
</blockquote>
<pre><code> It´s not the only place with that theoretical problem.</code></pre>
</blockquote>
<p>I just remember fixing it in <code>src/misc/interrupt.c</code> 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).</p>
<p>I honestly assumed that <em>past-Filip</em> was smart enough to look for other cases when he (me) wrote <code>02cd3e0</code>, but as it turns out; he (me) was not.</p>
<ul>
<li>http://git.videolan.org/?p=vlc.git;a=commit;h=02cd3e04358437fa6f34493dd4aeb72007d734b7</li>
</ul>
<p>Changes for the remaining issues of this kind will be pushed to <code>vlc-devel</code> as soon as I am done with a really annoying bug in a 3rd-party library.</p>
<p>Thanks for letting me know!</p>
<p>Best Regards,<br />
Filip</p>
</body>
</html>