[pcre-dev] [Bug 2426] New: PCRE: when extra->study_data==NUL…

Top Page
Delete this message
Author: admin
Date:  
To: pcre-dev
Subject: [pcre-dev] [Bug 2426] New: PCRE: when extra->study_data==NULL, no need to write it (pcretest.c)
https://bugs.exim.org/show_bug.cgi?id=2426

            Bug ID: 2426
           Summary: PCRE: when extra->study_data==NULL, no need to write
                    it (pcretest.c)
           Product: PCRE
           Version: 8.43
          Hardware: x86
                OS: All
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Code
          Assignee: ph10@???
          Reporter: yangcong11@???
                CC: pcre-dev@???


Created attachment 1209
--> https://bugs.exim.org/attachment.cgi?id=1209&action=edit
Patch for pcretest.c add a condtion 'extra->study_data==NULL'

Good day!
I think it's no need to write it when no study_data ,so I have added a
condition 'extra->study_data==NULL'.Take a look please@Philip Hazel

--
You are receiving this mail because:
You are on the CC list for the bug.