[glib: 1/2] Meson: Add comment telling why we test strlcpy/strlcat
- From: Philip Withnall <pwithnall src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib: 1/2] Meson: Add comment telling why we test strlcpy/strlcat
- Date: Mon, 18 Jun 2018 13:46:59 +0000 (UTC)
commit b97453c3e632b3b8024efce768ab1cad2f889151
Author: Xavier Claessens <xavier claessens collabora com>
Date: Mon Jun 18 09:28:55 2018 -0400
Meson: Add comment telling why we test strlcpy/strlcat
meson.build | 2 ++
1 file changed, 2 insertions(+)
---
diff --git a/meson.build b/meson.build
index 1038a5698..6edfeafe4 100644
--- a/meson.build
+++ b/meson.build
@@ -1767,6 +1767,8 @@ if host_system != 'windows' and get_option('xattr')
endif
endif
+# Test if we have strlcpy/strlcat with a compatible implementation:
+# https://bugzilla.gnome.org/show_bug.cgi?id=53933
if cc_can_run
rres = cc.run('''#include <stdlib.h>
#include <string.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]