| 00:00.48 | Maloeran | Was it compiled with -fPIC and still produces the error? It can be something more subtle |
| 00:14.21 | CIA-48 | BRL-CAD: 03starseeker * r49395 10/brlcad/trunk/src/conv/asc/pix2asc.c: Try at input validation to resolve tainted scalar report - CID 1463 |
| 00:17.04 | brlcad | starseeker: we should be able to get rid of librtms now |
| 00:17.43 | brlcad | that was a problem before too .. but you had it linking liboptical so it was resolving against the wrong phg_mfuncs (and crashing rttherm) |
| 00:18.07 | brlcad | can't link a static lib into a dynamic one |
| 00:18.58 | brlcad | libtool gets away with seeming to do that because it makes proper libraries and pulls the correct object files no matter how you compose them |
| 00:20.31 | Maloeran | Mark thinks that both Doug's marching cubes and my ball pivoting should be available for BRL-CAD if you want, he says just to ask Lee |
| 00:35.19 | CIA-48 | BRL-CAD: 03starseeker * r49396 10/brlcad/trunk/src/conv/ply-g.c: Is this what it wants for validating buf2? CID 1471 |
| 00:38.11 | starseeker | can't help feeling like there should be some sort of libregex based thing that handles all the string/buffer -> number (of whatever type) conversions... |
| 00:39.04 | starseeker | these tainted scalar reports... grr |
| 01:35.05 | starseeker | gah - lights regression is failing now |
| 01:38.18 | CIA-48 | BRL-CAD: 03starseeker * r49397 10/brlcad/trunk/src/fb/fbanim.c: Sanity check on results of atoi - CID 1473 |
| 01:38.48 | starseeker | wonders if bu_atoi and friends would be in order - do all the validity checking in one place... |
| 01:41.45 | starseeker | fread too - a few functions seem to be behind a lot of this... |
| 01:47.52 | CIA-48 | BRL-CAD: 03starseeker * r49398 10/brlcad/trunk/src/ (3 files in 3 dirs): Remove rtms from CMake build. |
| 02:04.10 | *** join/#brlcad juanman (~quassel@unaffiliated/juanman) | |
| 03:45.07 | *** join/#brlcad louipc (~louipc@archlinux/fellow/louipc) | |
| 03:49.33 | *** join/#brlcad juanman (~quassel@unaffiliated/juanman) | |
| 05:16.36 | *** join/#brlcad juanman (~quassel@unaffiliated/juanman) | |
| 05:28.21 | *** join/#brlcad juan_man (~quassel@unaffiliated/juanman) | |
| 06:46.01 | *** join/#brlcad tofu (~sean@BZ.BZFLAG.BZ) | |
| 06:48.57 | *** join/#brlcad kanzure_ (~kanzure@131.252.130.248) | |
| 06:49.01 | *** join/#brlcad n_reed_ (~molto_cre@BZ.BZFLAG.BZ) | |
| 06:49.43 | *** join/#brlcad starseek1r (~starseeke@BZ.BZFLAG.BZ) | |
| 06:59.54 | *** join/#brlcad yiyus (1242712427@je.je.je) | |
| 07:07.55 | *** join/#brlcad cvds_ (~leila@e255180.upc-e.chello.nl) | |
| 07:16.01 | *** join/#brlcad piksi_ (piksi@pi-xi.net) | |
| 23:21.08 | *** join/#brlcad ibot (~ibot@rikers.org) | |
| 23:21.08 | *** topic/#brlcad is BRL-CAD Open Source Solid Modeling || http://brlcad.org || logs: http://ibot.rikers.org/%23brlcad/ || BRL-CAD release 7.22.0 is forthcoming || fixing all our Coverity Scan Initiative defects | |
| 23:24.19 | CIA-51 | BRL-CAD: 03n_reed * r49409 10/brlcad/trunk/src/libged/make_pnts.c: Unclosed fd. CID 495. |