Re: [PATCH v2] sanitize paths used in regular expression

2016-03-29 Thread Mike Stump
On Feb 8, 2016, at 2:26 PM, Zach Welch wrote: > > Ping. From what I see, my patch has not yet been committed. Can I talk > someone into taking care of that for me? I had hoped that someone would commit it for you. Committed revision 234533.

Re: [PATCH v2] sanitize paths used in regular expression

2016-02-08 Thread Zach Welch
On 01/18/2016 02:45 PM, Zach Welch wrote: > On 01/15/2016 10:48 AM, Mike Stump wrote: >> On Jan 15, 2016, at 10:40 AM, Zachary T Welch >> wrote: >>> Does this version look better? >> >> Ok. >> >>> I am not sure if this the right place to put the new helper, so let me know >>> if there is a bette

Re: [PATCH v2] sanitize paths used in regular expression

2016-01-18 Thread Zach Welch
On 01/15/2016 10:48 AM, Mike Stump wrote: > On Jan 15, 2016, at 10:40 AM, Zachary T Welch wrote: >> Does this version look better? > > Ok. > >> I am not sure if this the right place to put the new helper, so let me know >> if there is a better spot for it. > > So, someone that wants to rehome

Re: [PATCH v2] sanitize paths used in regular expression

2016-01-15 Thread Mike Stump
On Jan 15, 2016, at 10:40 AM, Zachary T Welch wrote: > Does this version look better? Ok. > I am not sure if this the right place to put the new helper, so let me know > if there is a better spot for it. So, someone that wants to rehome the helper is free to do that.

[PATCH v2] sanitize paths used in regular expression

2016-01-15 Thread Zachary T Welch
Does this version look better? I am not sure if this the right place to put the new helper, so let me know if there is a better spot for it. gcc/testsuite/lib/ * prune.exp (prune_file_path): Sanitize path used in regex. (escape_regex_chars): New. Signed-off-by: Zachary T