[Bug 3152] #ifdef around memmem() is invalid.

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Thu Apr 23 09:51:20 AEST 2020


https://bugzilla.mindrot.org/show_bug.cgi?id=3152

Darren Tucker <dtucker at dtucker.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
                 CC|                            |dtucker at dtucker.net
         Resolution|---                         |WORKSFORME

--- Comment #1 from Darren Tucker <dtucker at dtucker.net> ---
Nope that's deliberate.  HAVE_MEMMEM means you have the function,
HAVE_DECL_MEMMEM means you have the function declaration.

Over in bug#3102 we found a system that had the function but not the
declaration. At least I think that's what was going on.  I don't have
access to the affected system but the HAVE_DECL_MEMMEM change did
apparently fix it.

-- 
You are receiving this mail because:
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.


More information about the openssh-bugs mailing list