GithubHelp home page GithubHelp logo

utf8 match bug about hyperscan HOT 5 CLOSED

intel avatar intel commented on June 3, 2024
utf8 match bug

from hyperscan.

Comments (5)

coytea avatar coytea commented on June 3, 2024

Hi sdeber,

I am trying to reproduce this issue on my machine but I am not seeing the failure for pattern 2. Are you able to attach your test program to the issue (if it is not too big)?

It looks to me if both versions of the pattern end up simply looking for the byte string \xe6\xb5\x8b\xe8\xaf\x95.

I will look further into our code and seeing if I can spot any suspicious interactions between our UTF8 handling and our parsing of \Q\E.

Also, are you using version 4.5 of Hyperscan or an older release?

Thanks,

Alex

from hyperscan.

sdeber avatar sdeber commented on June 3, 2024

hyperscan.txt

Somehow, it failed to compile the pattern with error code -4. BTW, I am using version 4.5

from hyperscan.

coytea avatar coytea commented on June 3, 2024

Thanks. It looks like HS_FLAG_CASELESS is required as well. I will track down what is going on with this.

from hyperscan.

sdeber avatar sdeber commented on June 3, 2024

@coytea You are right. After I removed HS_FLAG_CASELESS, it actually parsed correctly and the matching also works

from hyperscan.

coytea avatar coytea commented on June 3, 2024

We tracked the issue to us incorrectly treating the contents of a \Q \E region as a sequence of bytes rather than a sequence of codepoints when in UTF8 mode. This resulted in the issue that you observed when the caseless flag was used.

We have pushed commits to the develop branch which fix the issue (a185be5 and d317d75). The fix will make it into the next release.

Thanks for spotting and reporting this bug.

from hyperscan.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.