Commit 00a082f9 authored by Orivej Desh's avatar Orivej Desh
Browse files

musescore: fix crash accessing uninitialized properties

Without this patch MuseScore crashes on my x86_64 Linux about 40% of
the times I attempt to launch it.

See https://github.com/musescore/MuseScore/pull/24714
parent 12a58efb
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -64,6 +64,11 @@ in stdenv'.mkDerivation (finalAttrs: {
      url = "https://github.com/musescore/MuseScore/pull/24326/commits/b274f13311ad0b2bce339634a006ba22fbd3379e.patch";
      hash = "sha256-ZGmjRa01CBEIxJdJYQMhdg4A9yjWdlgn0pCPmENBTq0=";
    })
    (fetchpatch {
      name = "fix-crash-accessing-uninitialized-properties.patch";
      url = "https://github.com/musescore/MuseScore/pull/24714.patch";
      hash = "sha256-ErrCU/U+wyfD7R8kiZTifGIeuCAdKi1q7uxYsoE/OLA=";
    })
  ];

  cmakeFlags = [