Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segfault on "failed to compile regex" #258

Open
tomjakubowski opened this issue Jun 25, 2019 · 0 comments · May be fixed by #407
Open

Segfault on "failed to compile regex" #258

tomjakubowski opened this issue Jun 25, 2019 · 0 comments · May be fixed by #407

Comments

@tomjakubowski
Copy link

I wrote a glob where I was meant to write a regex, and got a segmentation fault.

% git rev-parse HEAD                         
6523b5fe7f0cc52e690e66f3903163204c30f194
% make
make: Nothing to be done for 'all'.
% LD_LIBRARY_PATH=. ./xdotool search "*foo*"
Defaulting to search window name, class, and classname
Failed to compile regex (return code 13): '*foo*'
zsh: segmentation fault (core dumped)  LD_LIBRARY_PATH=. ./xdotool search "*foo*"

I see the same crash on xdotool version 3.20160805.1, which ships with my distribution.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant