--- Log opened Thu Dec 11 00:00:11 2008 |
01:09 | | * gnolam ponders scene graphs. |
01:24 | | * ToxicFrog pokes McMartin |
01:24 | <@ToxicFrog> | nfrotz seems to handle SAVE and SCRIPT filenames with two periods in them...badly |
01:24 | <@ToxicFrog> | >save |
01:24 | <@ToxicFrog> | Enter a file name. |
01:24 | <@ToxicFrog> | Default is "slouch.sav": slouch.sav.4 |
01:24 | <@ToxicFrog> | /(pointrememberingSAVEstoresafekeep)\ |
01:25 | <@ToxicFrog> | ben@orias ~/Games/IF |
01:25 | <@ToxicFrog> | $ ls -ltra |
01:25 | <@ToxicFrog> | -rw-rw-r-- 1 ben ben 1496 2008-12-10 20:11 slouch.save.1H?"???"?Q?"?? |
01:25 | <@ToxicFrog> | -rw-rw-r-- 1 ben ben 19413 2008-12-10 20:11 slouch.scr.2?Q?"?? |
01:25 | <@ToxicFrog> | -rw-rw-r-- 1 ben ben 964 2008-12-10 20:23 slouch.save.3 >"??3"?(C)>"?? |
01:25 | <@ToxicFrog> | -rw-rw-r-- 1 ben ben 964 2008-12-10 20:24 slouch.sav.4 |
01:25 | < Vornicus> | /sweet/ |
01:25 | <@ToxicFrog> | Oh, interesting |
01:26 | <@ToxicFrog> | slouch.sav.n works |
01:26 | <@ToxicFrog> | slouch.save.n doesn't |
01:26 | | Derakon[AFK] is now known as Derakon |
01:27 | < Vornicus> | ...good god |
01:27 | < Vornicus> | I know what's happening now. |
01:27 | <@ToxicFrog> | Note also that those ?s are not literal ?s, they're characters the terminal can't render. |
01:27 | <@ToxicFrog> | Oh? |
01:27 | < Vornicus> | len("12345678.123") ; len("slouch.sav.n") ; len("slouch.save.n") |
01:28 | <@ToxicFrog> | Aah, but, slouch.scr.2 also fails |
01:28 | < Vornicus> | :( |
01:28 | <@ToxicFrog> | As does using "12345678" as the script name. |
01:28 | <@ToxicFrog> | But "slouch.scr" works fine. |
01:28 | <@ToxicFrog> | Hmm. |
01:29 | <@ToxicFrog> | Possibly we have two similar but distinct bugs here? |
01:29 | < Vornicus> | It... actually appears so. |
01:30 | < Vornicus> | The .sav stuff looks like buffer overflow caused by longer filenames, without any normalization to 8.3; the .scr looks like buffer overflow caused by, possibly, bad 8.3 normalization? |
01:31 | < Vornicus> | In so many words: lolnulltermination |
02:50 | | gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has quit [Quit: Z?] |
05:06 | | Attilla [~The.Attil@Nightstar-9469.cdif.cable.ntl.com] has quit [Connection reset by peer] |
05:07 | | Attilla [~The.Attil@Nightstar-9469.cdif.cable.ntl.com] has joined #code |
05:07 | | mode/#code [+o Attilla] by ChanServ |
06:03 | | GeekSoldier [~Rob@Nightstar-8573.midstate.ip.cablemo.net] has quit [Ping Timeout] |
06:32 | | AnnoDomini [~farkoff@Nightstar-29462.neoplus.adsl.tpnet.pl] has joined #Code |
06:32 | | mode/#code [+o AnnoDomini] by ChanServ |
06:41 | | Derakon is now known as Derakon[AFK] |
06:59 | | Vornicus is now known as Vornicus-Latens |
07:38 | | Alek [~omegaboot@Nightstar-25985.dsl.emhril.sbcglobal.net] has quit [Ping Timeout] |
07:46 | | Alek [~omegaboot@Nightstar-25985.dsl.emhril.sbcglobal.net] has joined #code |
08:47 | | ToxicFrog [~ToxicFrog@67.212.7.ns-3924] has quit [Ping Timeout] |
08:53 | | ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code |
08:53 | | mode/#code [+o ToxicFrog] by ChanServ |
09:42 | | Attilla [~The.Attil@Nightstar-9469.cdif.cable.ntl.com] has quit [Ping Timeout] |
09:43 | | Attilla [~The.Attil@Nightstar-9469.cdif.cable.ntl.com] has joined #code |
09:43 | | mode/#code [+o Attilla] by ChanServ |
09:48 | | gnolam [lenin@Nightstar-1382.A163.priv.bahnhof.se] has joined #Code |
09:48 | | mode/#code [+o gnolam] by ChanServ |
09:51 | | ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has quit [Operation timed out] |
10:00 | | ToxicFrog [~ToxicFrog@Admin.Nightstar.Net] has joined #code |
10:00 | | mode/#code [+o ToxicFrog] by ChanServ |
10:00 | < grossroot> | hi |
10:00 | < grossroot> | can somebody help me with c++? |
10:15 | | You're now known as TheWatcher |
10:16 | <@gnolam> | Shoot. |
10:18 | < grossroot> | bluefoxx: thx. i have two classes: class Socket; and template <typename Transport> class SSL; at compilation says: undefined reference to `uinet::SSL<uinet::Socket>::SSL(uinet::Socket*)'. all classes prototypes int .h file, and code in a .so library. idk why :-( |
10:20 | <@gnolam> | ... not nearly enough info (and who's "bluefoxx"?). |
10:20 | <@gnolam> | Pastebin it. |
10:21 | < grossroot> | bluefox is on other channel, i asked him this question before :) |
10:21 | < grossroot> | one moment |
10:28 | | mode/#code [+v grossroot] by gnolam |
10:30 | <+grossroot> | http://paste.org/index.php?id=4470 |
10:32 | <+grossroot> | hmm... i think i found a solution: http://www.parashift.com/c++-faq-lite/templates.html#faq-35.16 |
11:06 | | Syloqs-AFH [~Syloq@Admin.Nightstar.Net] has quit [Connection reset by peer] |
13:12 | | Attilla [~The.Attil@Nightstar-9469.cdif.cable.ntl.com] has quit [Ping Timeout] |
13:38 | | Attilla [~The.Attil@Nightstar-9469.cdif.cable.ntl.com] has joined #code |
13:38 | | mode/#code [+o Attilla] by ChanServ |
14:44 | | crem [~moo@Nightstar-28703.adsl.mgts.by] has quit [Ping Timeout] |
14:54 | | crem [~moo@Nightstar-28703.adsl.mgts.by] has joined #code |
18:18 | | Vornicus-Latens is now known as Vornicus |
18:20 | | Vornotron [~vorn@Admin.Nightstar.Net] has joined #code |
18:21 | | Vornicus [~vorn@Admin.Nightstar.Net] has quit [Killed (NickServ (GHOST command used by Vornotron))] |
18:21 | | Vornotron is now known as Vornicus |
20:11 | | Syloqs_AFH [~Syloq@Admin.Nightstar.Net] has joined #code |
20:13 | | Syloqs_AFH is now known as Syloqs-AFH |
22:08 | | Attilla_ [~The.Attil@Nightstar-9469.cdif.cable.ntl.com] has joined #code |
22:09 | | Attilla [~The.Attil@Nightstar-9469.cdif.cable.ntl.com] has quit [Killed (NickServ (GHOST command used by Attilla_))] |
22:09 | | Attilla_ is now known as Attilla |
22:53 | | AnnoDomini [~farkoff@Nightstar-29462.neoplus.adsl.tpnet.pl] has quit [Ping Timeout] |
22:55 | | AnnoDomini [~farkoff@Nightstar-29462.neoplus.adsl.tpnet.pl] has joined #Code |
22:55 | | mode/#code [+o AnnoDomini] by ChanServ |
22:59 | | C_tiger [~c_wyz@Nightstar-5282.hsd1.ca.comcast.net] has quit [Quit: And away she goes!] |
23:11 | | You're now known as TheWatcher[T-2] |
23:13 | | You're now known as TheWatcher[zZzZ] |
23:15 | | GeekSoldier [~Rob@Nightstar-8573.midstate.ip.cablemo.net] has joined #code |
23:16 | | mode/#code [+o GeekSoldier] by ChanServ |
23:34 | | C_tiger [~c_wyz@Nightstar-5282.hsd1.ca.comcast.net] has joined #code |
23:34 | | mode/#code [+o C_tiger] by ChanServ |
23:37 | | C_tiger [~c_wyz@Nightstar-5282.hsd1.ca.comcast.net] has quit [Connection reset by peer] |
23:45 | | C_tiger [~c_wyz@Nightstar-5282.hsd1.ca.comcast.net] has joined #code |
23:45 | | mode/#code [+o C_tiger] by ChanServ |
23:48 | | AnnoDomini [~farkoff@Nightstar-29462.neoplus.adsl.tpnet.pl] has quit [Quit: When the end is near, pants on the west rune, and step on the east.] |
23:58 | | grossroot is now known as grossroot[idle] |
--- Log closed Fri Dec 12 00:00:22 2008 |