FreeBSD Bugzilla – Attachment 213596 Details for
Bug 245690
x11-wm/herbstluftwm: Segfault on startx call after update to 0.8.0
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
Fix segmentation fault
herbstluftwm-fix-segfault.diff (text/plain), 2.01 KB, created by
Zsolt Udvari
on 2020-04-20 09:53:27 UTC
(
hide
)
Description:
Fix segmentation fault
Filename:
MIME Type:
Creator:
Zsolt Udvari
Created:
2020-04-20 09:53:27 UTC
Size:
2.01 KB
patch
obsolete
>Index: files/patch-src_client.cpp >=================================================================== >--- files/patch-src_client.cpp (nonexistent) >+++ files/patch-src_client.cpp (working copy) >@@ -0,0 +1,13 @@ >+--- src/client.cpp.orig 2020-04-20 09:11:15 UTC >++++ src/client.cpp >+@@ -40,8 +40,8 @@ Client::Client(Window window, bool visib >+ , title_(this, "title", "") >+ , tag_str_(this, "tag", &Client::tagName) >+ , window_id_str(this, "winid", "") >+- , keyMask_(this, "keymask", RegexStr::fromStr("")) >+- , keysInactive_(this, "keys_inactive", RegexStr::fromStr("")) >++ , keyMask_(this, "keymask", RegexStr::fromStr("^$")) >++ , keysInactive_(this, "keys_inactive", RegexStr::fromStr("^$")) >+ , pid_(this, "pid", -1) >+ , pseudotile_(this, "pseudotile", false) >+ , ewmhrequests_(this, "ewmhrequests", true) > >Property changes on: files/patch-src_client.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property >Index: files/patch-src_keymanager.cpp >=================================================================== >--- files/patch-src_keymanager.cpp (nonexistent) >+++ files/patch-src_keymanager.cpp (working copy) >@@ -0,0 +1,11 @@ >+--- src/keymanager.cpp.orig 2020-04-20 09:11:48 UTC >++++ src/keymanager.cpp >+@@ -241,7 +241,7 @@ KeyManager::KeyMask::KeyMask(const Regex >+ } >+ >+ KeyManager::KeyMask::KeyMask() >+- : regex_(RegexStr::fromStr("")) >++ : regex_(RegexStr::fromStr("^$")) >+ , negated_(false) >+ { >+ } > >Property changes on: files/patch-src_keymanager.cpp >___________________________________________________________________ >Added: fbsd:nokeywords >## -0,0 +1 ## >+yes >\ No newline at end of property >Added: svn:eol-style >## -0,0 +1 ## >+native >\ No newline at end of property >Added: svn:mime-type >## -0,0 +1 ## >+text/plain >\ No newline at end of property
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Flags:
uzsolt
:
maintainer-approval+
Actions:
View
|
Diff
Attachments on
bug 245690
:
213596
|
213597