<div dir="ltr">Ah thanks, didn't catch that. Any word on moving the official repo from Sourceforge to GitHub? There's a couple mirrors on GitHub but it would be helpful to have an officially blessed one.<div><br></div>



<div>Also is there an ETA for the next point release, 4.0.1? It looks like there's some somewhat-important changes in the master branch, like the constant-time memory comparison functions.<br></div></div><div class="gmail_extra">

<br><br><div class="gmail_quote">On Fri, May 9, 2014 at 12:28 PM, David Goulet <span dir="ltr"><<a href="mailto:dgoulet@ev0ke.net" target="_blank">dgoulet@ev0ke.net</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

This has been fixed in upstream libotr:<br>
<br>
        commit d748757e581b74e7298df155ad49174cb914102b<br>
<br>
David<br>
<div><div class="h5"><br>
On 09 May (12:22:51), Chris Ballinger wrote:<br>
> fragment:<br>
><br>
>     if (fragPolicy == OTRL_FRAGMENT_SEND_SKIP ) {<br>
><br>
> /* Do not fragment/inject. Default behaviour of libotr3.2.0 */<br>
><br>
> return err;<br>
><br>
>     } else {<br>
><br>
> /* Fragment and send according to policy */<br>
><br>
> if (!err && messagep && *messagep) {<br>
><br>
>     if (context) {<br>
><br>
> err = fragment_and_send(ops, NULL, context, *messagep,<br>
><br>
> fragPolicy, messagep);<br>
><br>
>     }<br>
><br>
> }<br>
><br>
> return err;<br>
><br>
>     }<br>
><br>
><br>
><br>
> When setting opdata to non-NULL via the otrl_message_sending function,<br>
> the inject_message_cb callback will have a null opdata because on line 444<br>
> of message.c NULL is passed into fragment_and_send instead of opdata.<br>
<br>
</div></div>> _______________________________________________<br>
> OTR-dev mailing list<br>
> <a href="mailto:OTR-dev@lists.cypherpunks.ca">OTR-dev@lists.cypherpunks.ca</a><br>
> <a href="http://lists.cypherpunks.ca/mailman/listinfo/otr-dev" target="_blank">http://lists.cypherpunks.ca/mailman/listinfo/otr-dev</a><br>
<br>
</blockquote></div><br></div>