On 5/6/24 09:36, Miller Puckette wrote:
to pd develope -
Of course there are lots of other things to do but... assuming it gets through CI I'm hoping to throw the current master out as 0.55 test1... let me know if there are any last-minute requests or objections.
today i managed to tackle down a crasher bug reported on raspberry pi.
it turns out that it only appears on arm32 architectures (and when compilers do not initialize values to 0, which they are allowed to do). while there, i build with "-Wuninitialized" and found a few more variables that might get used without being set to any value, which i also fixed.
https://github.com/pure-data/pure-data/pull/2295
sorry for being late, but i think this ought to go in.
gmfasdr IOhannes