Git Product home page Git Product logo

Comments (5)

brenosilva avatar brenosilva commented on May 18, 2024

Hello Rainer,

I cannot reproduce this issue. Could you tell me what pcre version and linux distro you are using ?
Thanks

from modsecurity.

brenosilva avatar brenosilva commented on May 18, 2024

Can you try replace the *errmsg in re_operators.c to:

                *error_msg = apr_psprintf(rule->ruleset->mp,
                        "Rule %pp [id \"%s\"][file \"%s\"][line \"%d\"] - "
                        "Execution error - "
                        "Does not support JIT (%d)",
                        rule,((rule->actionset != NULL)&&((rule->actionset->id != NULL)&&
                                (rule->actionset->id != NOT_SET_P))) ? rule->actionset->id : "-",
                        rule->filename != NULL ? rule->filename : "-",
                        rule->line_num,rc);

Let me know if it fix the issue

from modsecurity.

rainerjung avatar rainerjung commented on May 18, 2024

PCRE Version: PCRE 8.32

OS:

  • Solaris 10 Sparc gcc 4.7.2
  • SuSE SLES 11 x86_64 platform gcc
  • REHL 6 x86_64 platform gcc

all with custom build Apache

Of course it only happens with "--enable-pcre-jit".

Full configure line:

./configure
--without-curl
--with-apxs=/path/to/my/apache/bin/apxs
--with-apr=/path/to/my/apache/bin/apr-1-config
--with-apu=/path/to/my/apache/bin/apu-1-config
--with-libxml=/path/to/my/libxml2
--with-lua=/path/to/my/lua
--with-pcre=/path/to/my/pcre
--enable-pcre-jit
--disable-mlogc

Will test your suggested patch and report back.

from modsecurity.

rainerjung avatar rainerjung commented on May 18, 2024

Yes, your patch fixes the test failures for me on all platforms.

Note that the same test against NULL but not against NOT_SET_P happens in 9 places in re_operators.c. Not sure whether the test against NOT_SET_P is needed in all those places.

Some similar checks occur in re.c. The file apache2_config.c seems OK to me.

from modsecurity.

brenosilva avatar brenosilva commented on May 18, 2024

Fixed

from modsecurity.

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.