Pelles C forum

Pelles C => Bug reports => Topic started by: BFG10K on April 07, 2025, 02:37:13 PM

Title: Underscore search & replace crashes the editor
Post by: BFG10K on April 07, 2025, 02:37:13 PM
test.h

typedef int test;
test.c

#include "test.h"

int main(){
  test local;
}

Now run a search & replace with EXACTLY these options (especially "current project"):

(https://i.postimg.cc/DfBmcZJ1/Dialog.jpg)

The editor will hang in an infinite loop.
Title: Re: Underscore search & replace crashes the editor
Post by: TimoVJL on April 07, 2025, 03:01:34 PM
test with trailing space don't hang, but have to test how it works otherwise.