[exim-dev] [Bug 2899] New: exim-4.96: build error due to the…

Página superior
Eliminar este mensaje
Responder a este mensaje
Autor: admin
Fecha:  
A: exim-dev
Asunto: [exim-dev] [Bug 2899] New: exim-4.96: build error due to the typo in the drtables.c
https://bugs.exim.org/show_bug.cgi?id=2899

            Bug ID: 2899
           Summary: exim-4.96: build error due to the typo in the
                    drtables.c
           Product: Exim
           Version: 4.96
          Hardware: x86
                OS: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Lookups
          Assignee: unallocated@???
          Reporter: jskarvad@???
                CC: exim-dev@???


Created attachment 1423
--> https://bugs.exim.org/attachment.cgi?id=1423&action=edit
Patch we used in Fedora

drtables.c:739:54: error: 'NUL' undeclared (first use in this function); did
you mean 'NULL'?
  739 |     if (regex_match(regex_islookupmod, US name, len, NUL))
      |                                                      ^~~
      |                                                      NULL
drtables.c:739:54: note: each undeclared identifier is reported only once for
each function it appears in
make[1]: *** [Makefile:835: drtables.o] Error 1


I think it should be NULL. Reproduced with Fedora Rawhide (f37), building with
pcre2.

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