LIVE SEX VIDEO CHAT

7 views
Skip to first unread message

Anna S

unread,
Oct 17, 2009, 6:34:59 AM10/17/09
to Illuminato
Seeking a partner for chatting, flirting or something more? Millions
participants waiting for you in the VIDEO SEX CHAT chat!

http://urlcover.com/8lh

Matt

unread,
Oct 17, 2009, 10:31:26 AM10/17/09
to illum...@googlegroups.com
Hahaha NO.

void main(void) {
go_away(now());
}

Maybe we need to lock this down ? :)

Dave Ackley

unread,
Oct 17, 2009, 1:05:09 PM10/17/09
to illum...@googlegroups.com
Matt wrote:
> Hahaha NO.
>
> void main(void) {
> go_away(now());
> }
>
> Maybe we need to lock this down ? :)

I vote for that, however it's done.

But, the spam was included with your
comment! Poisoning our Bayes filters!

- Dave

Dave Ackley

unread,
Oct 18, 2009, 1:07:09 PM10/18/09
to illum...@googlegroups.com
sfb-latest.zip and sfb-latest-html-docs.zip
have been updated to version 0.9.7. At
http://livingcomputation.com/ixm/pub.

Some brief change notes at
http://robust.cs.unm.edu/doku.php?id=news

- Dave

Matthew Barrick

unread,
Oct 18, 2009, 2:54:13 PM10/18/09
to illum...@googlegroups.com

Error when building on x86_64 Linux:

g++ -O0 -g3 -Wall -pedantic -Werror -Wundef -Winline --param
max-inline-insns-single=24 -I../../../src/include -DHOST_MODE -D
HOST_POSIX -c -MMD -MP -MF"../../../targets/host/build/SFBPrint.d"
-MT"../../../targets/host/build/SFBPrint.d"
-o"../../../targets/host/build/SFBPrint.o" "SFBPrint.cpp"
SFBPrint.cpp: In function ‘u8* makePacketPrinter(u8&, u8*, u32, u8)’:
SFBPrint.cpp:122: error: cast from ‘u8*’ to ‘u32’ loses precision
SFBPrint.cpp:123: error: cast from ‘u8*’ to ‘u32’ loses precision
make[2]: *** [../../../targets/host/build/SFBPrint.o] Error 1
make[2]: Leaving directory `/home/barrick/IXM/SFB/src/components/library'

This code assumes that sizeof(u8*) ==sizeof(u32), which isn't true on
64-bit platforms. I'm not clear on what this function is doing
exactly, so I don't have a five minute fix, just a bug report.

Dave Ackley

unread,
Oct 18, 2009, 5:17:39 PM10/18/09
to illum...@googlegroups.com
Thanks for the bug report.

Does changing SFBPrint.cpp:122-124 to

uptr alignedAddress = (((uptr) buffer)+3)&~3; // Word align
u32 wasted = (u32) (alignedAddress-((uptr) buffer));
PacketPrinterHeader * pph = (PacketPrinterHeader*) alignedAddress;

build cleanly?

- Dave

Matthew Barrick

unread,
Oct 18, 2009, 10:32:21 PM10/18/09
to illum...@googlegroups.com
Yeap, that fixes it, thanks.

Dave Ackley

unread,
Oct 19, 2009, 6:53:23 AM10/19/09
to illum...@googlegroups.com
sfb-latest.zip and sfb-latest-html-docs.zip
have been updated to version 0.9.8. At
http://livingcomputation.com/ixm/pub.

Apologies for the rapid release. Will
try to keep it down to not more than
weekly or so, going forward.

- Dave

Reply all
Reply to author
Forward
0 new messages