Hong, Yang

Results 47 comments of Hong, Yang

Thank you for reporting the new glibc change. We'll review your patch.

@hdu-sdlzx Please refer to latest [develop branch](https://github.com/intel/hyperscan/commits/develop). Commit ids: https://github.com/intel/hyperscan/commit/564ed6f65a1058e4e0adab69bdd17ba9138c8a0c and https://github.com/intel/hyperscan/commit/a404a415a090be370b3bed4b08e22b7077bad36c

@JackLiar Thanks for the suggestion, we'll think about it.

Thanks for reporting this. This is indeed a historical issue left. We'll consider to add suitable quick check for scratch validity later.

Please refer to latest [develop branch.](https://github.com/intel/hyperscan/commits/develop) Commit id: 7c65cfce4e4a5c153ff995113c37570a95675417

For non-logical-combination flag scenario, condition `if (rose->minWidth > length)` is useful as if input data length is shorter than minimum length of compiled expressions, no expression can get a match....

> Had a closer look at the `catchupPcre()` code, and I suspect the following conditional might be the cause: > > https://github.com/intel/hyperscan/blob/master/chimera/ch_runtime.c#L338-L348 > > ```c++ > 338 if (hyctx->length >=...

Please refer to latest [develop branch](https://github.com/intel/hyperscan/commits/develop). Commit id: 10b52255fc821a5a40dd62fe41b2be4645828634

This is due to lack of case ROSE_INSTR_TRIGGER_SUFFIX in roseRunProgram_l(), same as one of the 2 cases in #303 Current [develop ](https://github.com/intel/hyperscan/commits/develop)branch already fixes this problem. BTW the develop branch...

> So I did a little bit more poking around with this. A friend of mine suggested that I try running `cmake` with the `-DFAT_RUNTIME=false` argument In addition to the...