[Freeipa-devel] [freeipa PR#501][edited] C compilation fixes and hardening

tiran freeipa-github-notification at redhat.com
Mon Feb 27 18:57:06 UTC 2017


   URL: https://github.com/freeipa/freeipa/pull/501
Author: tiran
 Title: #501: C compilation fixes and hardening
Action: edited

 Changed field: body
Original value:
"""
Fix "implicit declaration of function ‘strlen’" in ipa_pwd_ntlm.c,
credits to Lukas.

Add -Werror=implicit-function-declaration to CFLAGS to point developers
to missing includes. It causes compilation to fail when a developer
forgets to add a required include. The problem is no longer hidden in a
massive wall of text from make.

Silence a harmless error from 389-DS slapi.h until the bug is fixed in
downstream, https://pagure.io/389-ds-base/issue/48979

Signed-off-by: Christian Heimes <cheimes at redhat.com>
"""



More information about the Freeipa-devel mailing list