@# Quotes DB     useful, funny, interesting





Google
 
Web www.quotesdb.info
Undernet  |  EFnet  |  Quakenet  |  Freenode  |  Dalnet  |  Ircnet  |  Galaxynet
Page: 1 2 3 4 5 6



Comments:

<0> zid, Im writing a DLL
<1> erf: we don't help with what appears to be malicious programming
<0> Alipha, Im trying to capture 2 keys on my keyboard
<1> you're making "hot keys"?
<0> I have a back and forward button on my keyboard which I want to use in mIRC
<0> To switch between windows
<0> http://www.surcouf.com/images/editorial/clubic/00147810big.jpg
<2> i could never get hooks to work :/
<1> #winprog would probably be a better place to ask
<0> Thats my keyboard
<0> Thanks
<3> I kill you.
<4> your technique is no good.
<5> kill(Alex__->pid);
<6> why kill when you can get rid of him forever by deleteing
<3> I have an immutable flag.



<5> I have root
<5> I'll just dd if=/dev/zero of=/dev/hda bs=512
<3> Good thing I'm not on hda!
<5> I'll just dd if=/dev/zero of=/ bs=512
<5> problem solved
<3> Umm.
<3> That'll just fill up the remainin space on that filesystem.
<3> I am still safe!
<2> ERROR, / ISDIR
<5> you won't be able to boot though
<5> hmmm
<3> Oh doh.
<5> zid_ stop being right it's not funny.
<5> << >>
<2> haha
<3> So CompHobby and myself are dum
<2> I hope so, it means I'm right
<5> I figured it wouldn't work but was hoping no one would notice
<3> Just wait until the noobs come back in September.
<3> Remember the noobs?
<3> How it was so much fun giving them destructive advice?
<2> I start school in september too :P
<5> I only joined here like a week or two ago actually
<5> so I don't remember
<2> highschool sounds like fun!
<7> zid going into hs?
<2> nah i'm just joking :P
<2> going to college
<7> huhu
<2> !seen Scrat64
<2> :(
<2> I wanted to be called an idiot god damnit
<7> for what
<7> since i am here
<7> huhu
<8> zid_: idiot!
<8> happy now?
<8> calc zoo
<9> ****, ****, **** a duck, screw a kangaroo! slap and bang an orangutan, it's an orgy at the zoo! (Don't remove this calc, or i'll kick all your ***es)
<5> oh ffs
<5> this CompHoppy freak has nothing better to do then troll and imitate me I guess
<5> I never knew I was worth imitating
<10> you're not
<5> hmmm, fair enough
<11> troll? i havent done anything. then you try some lame dcc exploit from 2 years ago?
<5> you did a week ago, when you got banned by poorboy
<11> bygones
<5> it's only bygones when the offender stops
<11> i did a week ago ffs
<5> and I don't call following me to every channel in my whois and being a lamer stopping
<3> What seems to be the problem?
<11> just talking to myself i guess
<5> Alex__: this idiot CompHoppy is for some reason fixated on appearing to be me
<5> note the p/b difference
<3> CompHoppy: Why are you a stalker?
<11> enough with the whining. if you want my nick just say so, im open for a trade
<11> stalking? im in c and winapi, and so is he
<11> i wouldnt call that stalking
<5> you were also in #ee and #shellcode until I gained ops again in one and an op became active in the other
<11> now youre just making stuff up.. to attract users for your channel? lame
<11> thats really underhanded



<5> you can think that if you want, anyone who follows me and acts like a jack*** usually gets banned anyways
<2> I know a troll called comphobby
<12> anyone know how or why http://rafb.net/paste/results/N5tLsk10.html is leaking?
<3> CompHobby: You have a welder?
<5> Alex__: I do but I haven't used it in about a year
<5> dug it out of a dumpster at my unii
<5> *uni
<3> Gasoline powered?
<5> electric
<3> Ah.
<3> I knew a Ken Stein who had a gasoline powered welder.
<10> zid: leaking what? memory? handles?
<12> leaking memory
<2> cout: I'm not paulz , paulz is paulz
<2> i'm zid
<10> forgive me
<2> NO
<2> YOU SHALL BE SMITED
<10> paulz: why do you believe it is leaking memory?
<12> [I] MPK: Potential memory leak of 28 bytes from 1 block allocated in LdrLoadDll [NTDLL.dll]
<12> the example shows allocated memory thats had its pointer moved into the middle of it and its never deleted, i dont even have any new or deletes in that function though
<10> what example?
<12> in the documentation for purify
<2> haha that tickled sooo bad
<2> stupid moth
<10> so why do you think the leak is in this function?
<12> because if i dont call that function it reports no leaks
<10> maybe that's because it never reaches the code that causes the leaks if you fail to initialize your socket
<2> why not dump that function in a fresh program?
<12> i dont actualy do anything else with it after that though, just sets the status of a static
<12> yeah i'll try that @ zid
<10> you don't close the socket when you are done with it?
<12> yeah i do
<10> so you do do other things with the socket
<12> i close it even if it wasnt started lol :/
<12> and the WSACleanup() i do too
<12> but the closesocket and WSACleanup get ran even if the socket didnt init
<12> yeah it is that function thats leaking
<2> do any new/mallocs ?
<12> nope :/
<2> show me again
<12> want me to paste the full test app with the function in it?
<2> if you want
<12> http://rafb.net/paste/results/N5tLsk10.html theres the function by itself anyway
<2> where is dns defined?
<2> oh the line before :D
<2> hah
<12> http://rafb.net/paste/results/3riCKK22.html heres how i used with a default win32 app
<2> might be a false positive, will your app show you total leakage?
<2> just stick it in a loop if it does
<2> if it leaks more than onces it's a real leak, else it's just winsock allocating some stuff
<12> k
<12> still leaks the same amount
<12> so its winsock allocated somthing internaly?
<2> yea
<12> hm actualy with out dns=gethostbyname(BindAddy); it dosent leak
<2> gethostbyname is probably allocating some internal buffer for the string
<12> so it isnt really a memory leak? or am i supposed to be cleaning that up
<2> I don't think so
<12> damn it
<12> stupid tool, i checked like 20 functions looking for that
<2> stupid windows*
<12> hmm well getaddrinfo dosent appear to cause the problem, must be a mem leak in the winsock dll or somthing
<13> anyone here good at this whole "Makefile" thing? if i have made a few predefined things, how do i make sure "make all" executes all my subfunctions in the makefile that i wish it too?
<11> rtfm
<13> which fm?
<11> jfgi!!
<13> omg
<13> ;)
<14> hmm
<14> can anyone point me to a good site about FORTH machines?
<15> raphy :)
<8> drugs, politics, ***


Name:

Comments:

Please enter the result of the sum 63 + 46 (to avoid spam):






Return to #c
or
Go to some related logs:

#politics
#nhl
#computers
#networking
Dell GX240 keeps restarting
#debian
#computers
secure2.playboy.
#mirc
#worldcup



Home  |  disclaimer  |  contact  |  submit quotes