Re: [PATCH v2 3/3] dyndbg: fix problem parsing format="foo bar"

2020-08-28 Thread Greg KH
On Tue, Aug 25, 2020 at 11:33:39AM -0600, Jim Cromie wrote: > 14775b049642 dyndbg: accept query terms like file=bar and module=foo > What does that above line mean??? > That commit broke on a tokenization modality where a word could start > with a quote, but couldnt continue with one. So the

[PATCH v2 3/3] dyndbg: fix problem parsing format="foo bar"

2020-08-25 Thread Jim Cromie
14775b049642 dyndbg: accept query terms like file=bar and module=foo That commit broke on a tokenization modality where a word could start with a quote, but couldnt continue with one. So the above would tokenize as 'format="foo' and 'bar"', and fail hard. This commit fixes the tokenizer by