Skip to content
Snippets Groups Projects
Commit c6a50680 authored by Albert Gräf's avatar Albert Gräf
Browse files

Fix crash during creation of fiddle~.

Made the fiddle~ message callbacks and sigfiddle_new static, otherwise
instantiation would crash because of a bogus NULL class pointer
(although sigfiddle_class is surely initialized, otherwise sigfiddle_new
could never be called in the first place).

The other stuff in pd/extra seems to be fine, all methods there are
static already, but I haven't checked all the externals.

Observed on Arch with gcc 14.2.1 20240910, Mac and Windows builds seem
to be fine. To me this looks like a compiler or linker bug for that
specific gcc version.  (Come on, Arch, are we now getting compiler
versions from git that haven't been released yet and presumably still
need testing? Who thought that this would be a good idea?)
parent 0f47fd0f
No related branches found
No related tags found
1 merge request!8682.20.0, the rest of it
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment