]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Hide internal __get_sol function [BZ #18822]
authorH.J. Lu <hjl.tools@gmail.com>
Sun, 1 Oct 2017 23:12:08 +0000 (16:12 -0700)
committerH.J. Lu <hjl.tools@gmail.com>
Sun, 1 Oct 2017 23:12:24 +0000 (16:12 -0700)
Hide internal __get_sol function to allow direct access within libc.so
and libc.a without using GOT nor PLT.

[BZ #18822]
* sysdeps/unix/sysv/linux/getsourcefilter.c: Include
"getsourcefilter.h".
* sysdeps/unix/sysv/linux/getsourcefilter.h: New file.
* sysdeps/unix/sysv/linux/setsourcefilter.c: Include
"getsourcefilter.h".
(__get_sol): Removed.

ChangeLog
sysdeps/unix/sysv/linux/getsourcefilter.c
sysdeps/unix/sysv/linux/getsourcefilter.h [new file with mode: 0644]
sysdeps/unix/sysv/linux/setsourcefilter.c

index 33177f2ceecc156d15e3c59adbb34e509d48321d..e5edb868f3caa6782855b5bdd3202f7f4292e2a0 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
+
+       [BZ #18822]
+       * sysdeps/unix/sysv/linux/getsourcefilter.c: Include
+       "getsourcefilter.h".
+       * sysdeps/unix/sysv/linux/getsourcefilter.h: New file.
+       * sysdeps/unix/sysv/linux/setsourcefilter.c: Include
+       "getsourcefilter.h".
+       (__get_sol): Removed.
+
 2017-10-01  H.J. Lu  <hongjiu.lu@intel.com>
 
        [BZ #18822]
index 806cb161e44b22d302438d31b833fa4d9f049e47..1465d69348239b4772f28a552091087e7df34f22 100644 (file)
@@ -31,6 +31,7 @@
 #include <netrose/rose.h>
 #include <sys/param.h>
 #include <sys/socket.h>
+#include "getsourcefilter.h"
 
 
 static const struct
diff --git a/sysdeps/unix/sysv/linux/getsourcefilter.h b/sysdeps/unix/sysv/linux/getsourcefilter.h
new file mode 100644 (file)
index 0000000..ac49290
--- /dev/null
@@ -0,0 +1,20 @@
+/* __get_sol function prototype.
+   Copyright (C) 2017 Free Software Foundation, Inc.
+   This file is part of the GNU C Library.
+
+   The GNU C Library is free software; you can redistribute it and/or
+   modify it under the terms of the GNU Lesser General Public
+   License as published by the Free Software Foundation; either
+   version 2.1 of the License, or (at your option) any later version.
+
+   The GNU C Library is distributed in the hope that it will be useful,
+   but WITHOUT ANY WARRANTY; without even the implied warranty of
+   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+   Lesser General Public License for more details.
+
+   You should have received a copy of the GNU Lesser General Public
+   License along with the GNU C Library; if not, see
+   <http://www.gnu.org/licenses/>.  */
+
+/* Defined in getsourcefilter.c.  */
+extern int __get_sol (int af, socklen_t len) attribute_hidden;
index b4160ff4d85e678b2d83d924b0c77d0ec17cb0aa..ade424bbac6c1a2337c616a47e276e7947a79fca 100644 (file)
 #include <stdint.h>
 #include <netinet/in.h>
 #include <sys/socket.h>
-
-
-/* Defined in getsourcefilter.c.  */
-extern int __get_sol (int af, socklen_t len);
+#include "getsourcefilter.h"
 
 
 int