Hi,

Not sure if you want me to use sourceforge or this mailing list.

I will try this mailing list first, because I know it is actively monitored.

While working on my project I noticed the following code in parse.c part of the toolkit folder.

----
if (memcmp(bufp, "\x00\x01\x03", 3) && memcmp(bufp, "\x00\x03\x03", 3) &&
        memcmp(bufp, "\x00\x02\x03", 3)) goto inv;
----

I don't think this code is doing anything at the moment because the "&&" (AND) signs would need to be replaced with the "||" (OR) to work properly.

Greetings Bjorn
_______________________________________________
OTR-dev mailing list
[email protected]
http://lists.cypherpunks.ca/mailman/listinfo/otr-dev

Reply via email to