[bug #63100] Crash in a loadable plugin

2022-09-25 Thread Paul D. Smith
Update of bug #63100 (project make): Status:None => Fixed Open/Closed:Open => Closed Fixed Release:None => SCM Triage Status:

[bug #63100] Crash in a loadable plugin

2022-09-24 Thread Dmitry Goncharov
Follow-up Comment #1, bug #63100 (project make): When make unloads and then loads a shared object make supplies an uninitialized floc to the plugin setup routine. $ cat makefile load hello.so all:; : hello.so: force; : force:; .PHONY: force $ cat hello.c #include #include int

[bug #63100] Crash in a loadable plugin

2022-09-24 Thread Dmitry Goncharov
Additional Item Attachment, bug #63100 (project make): File name: sv63100_fix.diff Size:0 KB File name: sv63100_test.diff Size:1 KB

[bug #63100] Crash in a loadable plugin

2022-09-24 Thread Dmitry Goncharov
URL: Summary: Crash in a loadable plugin Project: make Submitter: dgoncharov Submitted: Sat 24 Sep 2022 08:30:58 PM UTC Severity: 3 - Normal Item Group: Bug