#linuxcnc-devel | Logs for 2012-02-29

Back
[00:03:29] -!- theorbtwo has quit [Ping timeout: 245 seconds]
[00:08:46] -!- skunkKandT [skunkKandT!~chatzilla@184-158-12-198.dyn.centurytel.net] has joined #linuxcnc-devel
[00:53:32] <CIA-6> 03jthornton 07v2.5_branch * r70d715eea1eb 10/docs/src/hal/ (8 files): Docs: explain PWM types in a bit more detail
[00:54:33] <jthornton> cradek go cradek go
[00:58:55] -!- sirHOAX has quit [Quit: until.the.next.episode]
[01:11:24] -!- rob_h has quit [Ping timeout: 245 seconds]
[01:15:43] <GoSebGo> Are you saying the docs are done? ;-)
[01:51:50] -!- uwe_ has quit [Ping timeout: 265 seconds]
[02:21:13] -!- skunkKandT has quit [Remote host closed the connection]
[02:24:11] -!- dieselpilot has quit [Quit: Visitor from www.linuxcnc.org]
[02:34:02] -!- sumpfralle has quit [Read error: Connection reset by peer]
[02:38:47] -!- sumpfralle has quit [Read error: Connection reset by peer]
[02:52:37] -!- seb_kuzminsky has quit [Ping timeout: 248 seconds]
[03:02:03] -!- elmo40 has quit [Ping timeout: 255 seconds]
[03:02:11] -!- clytle374 [clytle374!~clytle374@75-105-212-57.cust.wildblue.net] has joined #linuxcnc-devel
[03:02:31] -!- GoSebGo has quit [Quit: Bye]
[03:04:03] -!- GoSebGo [GoSebGo!~Seb@184.232.107.114] has joined #linuxcnc-devel
[03:05:32] -!- ries_ has quit [Quit: ries_]
[03:06:42] -!- phantoxe has quit []
[03:10:43] -!- FinboySlick has quit [Quit: Leaving.]
[03:16:54] -!- sumpfralle has quit [Read error: Connection reset by peer]
[03:27:33] -!- seb_kuzminsky [seb_kuzminsky!~seb@66.185.103.156] has joined #linuxcnc-devel
[03:46:15] <CIA-6> 03seb 07v2.5_branch * r508437a9c660 10/src/emc/ini/initool.cc: guard against another string overflow
[03:46:17] <CIA-6> 03seb 07v2.5_branch * ra5bdd1917ba2 10/src/emc/motion/motion.c: limit the scope of a file-internal variable
[03:46:40] <CIA-6> 03seb 07v2.5_branch * r26567cd3d736 10/src/emc/motion/motion.c: add a missing va_end()
[03:49:38] -!- ries has quit [Ping timeout: 252 seconds]
[03:49:44] -!- demacus has quit [Ping timeout: 245 seconds]
[03:51:40] <seb_kuzminsky> i'm just doing this to piss off jeff now
[03:52:22] -!- joe9 has quit [Quit: leaving]
[03:53:54] <cradek> you're not supposed to say that out loud
[03:54:21] <seb_kuzminsky> oops wrong window sorry
[03:56:08] <cradek> I don't think the initool change is right. did you test it?
[03:56:16] <seb_kuzminsky> i did
[03:56:21] <seb_kuzminsky> but maybe not enough
[03:56:48] <seb_kuzminsky> what do you think is wrong with it?
[03:56:54] <cradek> why do you expect the last index of TOOL_TABLE_FILE to be null in the normal case? (I didn't read the surrounding code)
[03:57:06] <cradek> does something fill it with nulls?
[03:57:19] <seb_kuzminsky> strncpy null-pads the destination, after the source
[03:57:23] <seb_kuzminsky> what i mean is
[03:57:45] <seb_kuzminsky> it copies at most N bytes from src to dest, then if there's any room left in dest it pads it with '\0'
[03:57:52] <cradek> oh, ok
[03:57:57] <seb_kuzminsky> so checking the last char of dest for '\0' is the way to see if it fit
[03:58:01] <seb_kuzminsky> that's according to the manpage
[03:58:04] <cradek> got it
[03:59:01] <cradek> (ok strncpy is weird)
[03:59:14] <seb_kuzminsky> it's c, all strings are weird
[03:59:42] <CIA-6> 03seb 07v2.5_branch * r8dfd955717a2 10/src/hal/utils/halcmd_commands.c: fix a buffer overflow
[04:00:30] <seb_kuzminsky> i got back in contact with coverity and i ran 2.5 through prevent again
[04:02:56] <seb_kuzminsky> much to everyone's chagrin
[04:03:29] <cradek> well at least it's you on their mailing lists and not me!
[04:04:54] <cradek> I have to admit the strcat stuff you replaced was pretty bad
[04:05:15] <seb_kuzminsky> our code is full of stuff like that
[04:05:28] <seb_kuzminsky> it's really hard to get C strings right
[04:05:59] <cradek> yeah, and it's all probably working perfectly fine for every user, that's the rub with this stuff (as you know)
[04:06:14] <seb_kuzminsky> yeah... :-/
[04:06:31] <cradek> well using unprotected strcpy/strcat/etc isn't a tricky corner case or anything
[04:07:19] <seb_kuzminsky> no, but if you set your char array to something ridiculously big like 128 bytes, your users will nearly never run in to it, and it's easy to get complacent
[04:07:32] <seb_kuzminsky> oh wait, ours are 255
[04:07:34] <cradek> yep
[04:08:24] <cradek> have you taken an extra hard look at emc-module-helper? it's actually installed setuid
[04:09:03] <seb_kuzminsky> i'll check it next
[04:09:17] <cradek> most of this stuff just gets crashy if you do silly things like name your comp module 250 chars long, meh
[04:13:01] -!- hatch789 has quit [Quit: Ex-Chat]
[04:20:12] -!- mhaberler [mhaberler!~mhaberler@178-191-182-68.adsl.highway.telekom.at] has joined #linuxcnc-devel
[04:25:34] <cradek> I'm off, goodnight
[04:25:56] <seb_kuzminsky> good night chris
[04:28:50] -!- elmo401 has quit [Ping timeout: 260 seconds]
[04:30:17] -!- morfic has quit [Remote host closed the connection]
[05:00:20] -!- awallin has quit [Quit: No Ping reply in 180 seconds.]
[05:01:25] -!- awallin [awallin!awallin@lakka.kapsi.fi] has joined #linuxcnc-devel
[05:07:03] -!- psha[work] [psha[work]!~psha@195.135.238.205] has joined #linuxcnc-devel
[05:12:08] -!- Tom_L has quit []
[05:15:43] -!- elmo40 has quit [Ping timeout: 244 seconds]
[05:21:24] -!- jp1_ has quit [Ping timeout: 244 seconds]
[05:21:55] -!- emcrules_mill has quit [Ping timeout: 244 seconds]
[05:22:05] -!- elmo401 has quit [Ping timeout: 265 seconds]
[05:29:53] -!- Jim_ has quit [Remote host closed the connection]
[05:31:17] -!- cstop has quit [Quit: Leaving]
[05:38:03] -!- GoSebGo has quit [Quit: Bye]
[05:38:33] -!- GoSebGo [GoSebGo!~Seb@184.232.107.114] has joined #linuxcnc-devel
[05:44:22] -!- clytle374 has quit [Quit: Leaving]
[05:56:42] -!- elmo40 has quit [Max SendQ exceeded]
[06:02:45] -!- elmo40 has quit [Ping timeout: 260 seconds]
[06:04:41] -!- seb_kuzminsky has quit [Ping timeout: 252 seconds]
[06:25:50] -!- bossseries1 has quit [Quit: Page closed]
[06:49:59] -!- mhaberler has quit [Quit: mhaberler]
[07:18:31] -!- pfred1 has quit [Quit: ..]
[07:24:44] -!- vladimirek has quit [Remote host closed the connection]
[07:38:34] -!- factor has quit [Read error: Connection reset by peer]
[07:41:25] -!- elmo40 has quit [Ping timeout: 244 seconds]
[07:59:53] -!- seb_kuzminsky [seb_kuzminsky!~seb@74.220.38.17] has joined #linuxcnc-devel
[08:09:17] -!- mhaberler [mhaberler!~mhaberler@mk089144206043.a1.net] has joined #linuxcnc-devel
[08:11:25] -!- pingufan has quit [Quit: Konversation terminated!]
[08:28:33] -!- capricorn_one has quit [Remote host closed the connection]
[08:53:45] -!- factor has quit [Ping timeout: 244 seconds]
[08:59:51] <CIA-6> 03mhaberler 07master * r4798a3eea711 10/src/emc/rs274ngc/interpmodule.cc: interp/python: expose 'self.task' - true if running in milltask
[08:59:52] <CIA-6> 03mhaberler 07master * re9f14654cb1c 10/src/emc/rs274ngc/ (interp_internal.hh rs274ngc_pre.cc): interp/python: assure Interp wrapper is instantiated only once
[08:59:53] <CIA-6> 03mhaberler 07master * r28cc7aacefec 10/tests/interp/python-self/ (oword.py subs.py): tests/python-self: extend test to cover 'self' passed to __init__()
[09:06:33] -!- mhaberler has quit [Ping timeout: 252 seconds]
[09:10:35] -!- mhaberler [mhaberler!~mhaberler@mk089144206043.a1.net] has joined #linuxcnc-devel
[09:13:41] -!- mhaberler_ [mhaberler_!~mhaberler@mk089144206043.a1.net] has joined #linuxcnc-devel
[09:15:01] -!- mhaberler has quit [Ping timeout: 248 seconds]
[09:17:02] -!- mhaberler [mhaberler!~mhaberler@mk089144206043.a1.net] has joined #linuxcnc-devel
[09:18:08] -!- mhaberler_ has quit [Ping timeout: 240 seconds]
[09:37:39] -!- seb_kuzminsky has quit [Ping timeout: 245 seconds]
[09:37:46] <mhaberler> cradek: I tried to fix this bug: http://sourceforge.net/tracker/?func=detail&aid=3477158&group_id=6744&atid=106744
[09:38:07] <mhaberler> I'm at loss what the criteria for flushing the canon queue is - could you have a look at it?
[09:39:14] <mhaberler> It could well be my bug because the remap work impacted on mdi and queuebuster handling
[09:47:29] -!- seb_kuzminsky [seb_kuzminsky!~seb@97-122-118-160.hlrn.qwest.net] has joined #linuxcnc-devel
[09:49:51] -!- rob_h [rob_h!~rob_h@5ace7011.bb.sky.com] has joined #linuxcnc-devel
[09:51:15] -!- pingufan has quit [Quit: Konversation terminated!]
[09:58:13] -!- mhaberler has quit [Ping timeout: 248 seconds]
[10:05:37] -!- mhaberler [mhaberler!~mhaberler@mk089144206071.a1.net] has joined #linuxcnc-devel
[10:38:50] -!- mhaberler has quit [Ping timeout: 252 seconds]
[10:48:35] -!- mhaberler [mhaberler!~mhaberler@mk089144206071.a1.net] has joined #linuxcnc-devel
[10:55:43] -!- mhaberler has quit [Quit: mhaberler]
[10:59:15] -!- pingufan has quit [Quit: Konversation terminated!]
[11:23:19] -!- pingufan has quit [Quit: Konversation terminated!]
[11:30:47] <CIA-6> 03tissf 07v2.5_branch * r6e8c303c4117 10/docs/src/gcode/overview_fr.txt: French docs: update
[11:30:53] <CIA-6> 03tissf 07v2.5_branch * r82a6e44df610 10/docs/src/hal/ (components_fr.txt rtcomps_fr.txt): French docs: update
[11:55:33] -!- danimal_laptop has quit [Read error: Connection reset by peer]
[12:17:51] -!- pingufan has quit [Quit: Konversation terminated!]
[12:28:16] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc-devel
[13:00:57] -!- zlog has quit [Remote host closed the connection]
[13:00:59] -!- Tom_itx has quit []
[13:07:49] -!- enshu has quit [Remote host closed the connection]
[13:14:00] -!- psha[work] has quit [Quit: Lost terminal]
[14:05:08] -!- Loetmichel has quit [Ping timeout: 255 seconds]
[14:43:19] -!- mhaberler has quit [Quit: mhaberler]
[14:47:07] -!- Gensor has quit []
[14:48:34] -!- the_wench has quit [Remote host closed the connection]
[14:50:08] -!- elmo401 has quit [Ping timeout: 244 seconds]
[14:58:55] -!- psha [psha!~psha@213.208.162.69] has joined #linuxcnc-devel
[15:18:58] -!- GoSebGo has quit [Ping timeout: 276 seconds]
[15:25:36] Cylly is now known as Loetmichel
[15:43:01] -!- ries has quit [Ping timeout: 276 seconds]
[15:46:16] -!- PCW has quit [Ping timeout: 276 seconds]
[15:46:26] PCW_ is now known as PCW
[16:06:57] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc-devel
[16:37:21] -!- Brett__ has quit [Client Quit]
[17:00:02] -!- factor has quit [Read error: Connection reset by peer]
[17:03:37] -!- mikegg has quit [Ping timeout: 276 seconds]
[17:57:03] -!- m42 has quit [Quit: m42]
[18:06:15] -!- GoSebGo [GoSebGo!~Seb@107.24.156.92] has joined #linuxcnc-devel
[18:09:10] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.157] has joined #linuxcnc-devel
[18:09:30] -!- maximilian_h [maximilian_h!~bonsai@130.255.104.157] has parted #linuxcnc-devel
[18:52:21] -!- mhaberler has quit [Quit: mhaberler]
[19:11:34] -!- sumpfralle has quit [Ping timeout: 260 seconds]
[19:17:18] -!- gene__ has quit [Ping timeout: 265 seconds]
[19:17:36] -!- motioncontrol has quit [Quit: Sto andando via]
[19:20:00] -!- phantoxe has quit []
[19:20:11] -!- IchGuckLive has quit [Quit: ChatZilla 0.9.87 [Firefox 10.0.2/20120216080748]]
[19:21:13] -!- mhaberler [mhaberler!~mhaberler@195.191.253.94] has joined #linuxcnc-devel
[19:32:48] -!- sumpfralle has quit [Ping timeout: 260 seconds]
[19:39:24] -!- factor has quit [Read error: Connection reset by peer]
[19:41:14] -!- pingufan has quit [Quit: Konversation terminated!]
[19:43:43] -!- vladimirek has quit [Remote host closed the connection]
[20:06:20] -!- sumpfralle has quit [Ping timeout: 244 seconds]
[20:25:36] -!- m42 has quit [Quit: m42]
[20:27:35] -!- vladimirek has quit [Remote host closed the connection]
[20:39:33] -!- psha has quit [Quit: zzz]
[20:41:38] -!- factor has quit [Ping timeout: 252 seconds]
[20:43:38] -!- The_Ball has quit [Ping timeout: 240 seconds]
[20:53:45] -!- sumpfralle has quit [Quit: Leaving.]
[21:08:49] -!- cmorley has quit [Read error: Operation timed out]
[21:09:53] -!- cmorley [cmorley!~chris@d154-5-116-115.bchsia.telus.net] has joined #linuxcnc-devel
[21:13:17] -!- syyl_ws has quit [Remote host closed the connection]
[21:19:12] -!- sumpfralle has quit [Quit: Leaving.]
[21:20:09] -!- isssy has quit [Quit: Bye Bye]
[21:29:14] -!- elmo40 has quit [Ping timeout: 260 seconds]
[21:36:31] -!- JT-Shop has quit [Quit: ChatZilla 0.9.88 [Firefox 10.0.2/20120215223356]]
[21:46:58] -!- The_Ball has quit [Ping timeout: 260 seconds]
[21:54:59] -!- morfic has quit [Read error: Connection reset by peer]
[21:55:46] -!- A2Sheds has quit [Read error: Operation timed out]
[22:02:12] -!- bedah has quit [Quit: Ex-Chat]
[22:03:12] -!- GoSebGo has quit [Quit: Bye]
[22:22:25] -!- GoSebGo [GoSebGo!~Seb@107.24.156.92] has joined #linuxcnc-devel
[22:27:13] -!- FinboySlick has quit [Quit: Leaving.]
[22:31:52] -!- DJ9DJ has quit [Quit: bye]
[22:35:30] -!- elmo401 has quit [Read error: Connection reset by peer]
[22:40:56] -!- syyl has quit [Read error: Connection reset by peer]
[22:41:56] <cncbasher> 0
[22:41:58] <cncbasher> 0000000000000000000000000000000
[22:42:06] <cncbasher> m ,nm, 0
[22:43:06] <cncbasher> remind me not to use 2 wireless keyboards in range of one pc
[22:44:45] <GoSebGo> I thought you were meditating
[22:48:16] <archivist> I thought it was a turing complete cat
[22:50:00] -!- vladimirek has quit [Remote host closed the connection]
[22:54:33] -!- ries has quit [Quit: ries]
[23:13:18] -!- skunkworks has quit [Ping timeout: 260 seconds]
[23:13:39] -!- skunkKandT [skunkKandT!~chatzilla@184-158-12-198.dyn.centurytel.net] has joined #linuxcnc-devel
[23:22:26] -!- skunkKandT has quit [Remote host closed the connection]
[23:41:18] -!- mhaberler has quit [Quit: mhaberler]
[23:42:24] -!- servos4ever has quit [Quit: ChatZilla 0.9.85 [SeaMonkey 2.0.11/20101206162726]]
[23:46:42] -!- ve7it [ve7it!~LawrenceG@S0106001c10b7770f.pk.shawcable.net] has joined #linuxcnc-devel
[23:50:25] -!- JT-Shop [JT-Shop!~chatzilla@216-41-156-59.semo.net] has joined #linuxcnc-devel
[23:59:37] -!- JT-Shop has quit [Ping timeout: 245 seconds]