<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body>
    <p><font size="4">Hi!</font></p>
    <p><font size="4">that is definetly an error I made during patch
        re-write. Gonna fix it</font><br>
    </p>
    <div class="moz-cite-prefix">On 1/27/22 10:38, Jan Stancek wrote:<br>
    </div>
    <blockquote type="cite" cite="mid:CAASaF6yH_ToYj0-OVWTi-iHStrY3m-YQbB0Kczo4v-Y8Y_dQfQ@mail.gmail.com">
      <pre class="moz-quote-pre" wrap="">On Wed, Jan 26, 2022 at 3:05 PM Andrea Cervesato
<a class="moz-txt-link-rfc2396E" href="mailto:andrea.cervesato@suse.de"><andrea.cervesato@suse.de></a> wrote:
<snip>

</pre>
      <blockquote type="cite">
        <pre class="moz-quote-pre" wrap="">
-static void child_alloc(int *bufsz_arr)
+static void child_alloc(const int *sizes, int nr_iovecs)
 {
        char **foo;
        int i, j;
-       char buf[BUFSIZ];
        long count;

-       foo = SAFE_MALLOC(tst_exit, nr_iovecs * sizeof(char *));
+       foo = SAFE_MALLOC(nr_iovecs * sizeof(int *));
</pre>
      </blockquote>
      <pre class="moz-quote-pre" wrap="">
Overall conversion looks good to me, but why this change from "char *"
to "int *"
when foo is char **?

</pre>
    </blockquote>
  </body>
</html>