Blame abicheck-1.2-fortify-source-f8.patch

b4667f8
diff -Nur abicheck-1.2-orig/abicheck.pl abicheck-1.2/abicheck.pl
b4667f8
--- abicheck-1.2-orig/abicheck.pl	2003-08-26 21:57:51.000000000 +0200
02df2e4
+++ abicheck-1.2/abicheck.pl	2007-10-05 14:03:36.000000000 +0200
02df2e4
@@ -3538,5 +3538,82 @@
b4667f8
 			libnsl.so.1:readColdStartFile
b4667f8
 			libnsl.so.1:writeColdStartFile
b4667f8
 		);
b4667f8
+
b4667f8
+		#
b4667f8
+		# These are _FORTIFY_SOURCE symbols.
b4667f8
+		#
b4667f8
+		push(@{$public}, qw(
b4667f8
+			libc.so.6:__chk_fail
b4667f8
+			libc.so.6:__confstr_chk
b4667f8
+			libc.so.6:__fgets_chk
b4667f8
+			libc.so.6:__fgets_unlocked_chk
b4667f8
+			libc.so.6:__fgetws_chk
b4667f8
+			libc.so.6:__fgetws_unlocked_chk
b4667f8
+			libc.so.6:__fprintf_chk
02df2e4
+            libc.so.6:__fread_chk
02df2e4
+            libc.so.6:__fread_unlocked_chk
b4667f8
+			libc.so.6:__fwprintf_chk
b4667f8
+			libc.so.6:__getcwd_chk
b4667f8
+			libc.so.6:__getdomainname_chk
b4667f8
+			libc.so.6:__getgroups_chk
b4667f8
+			libc.so.6:__gethostname_chk
b4667f8
+			libc.so.6:__getlogin_r_chk
b4667f8
+			libc.so.6:__gets_chk
b4667f8
+			libc.so.6:__getwd_chk
b4667f8
+			libc.so.6:__mbsnrtowcs_chk
b4667f8
+			libc.so.6:__mbsrtowcs_chk
b4667f8
+			libc.so.6:__mbstowcs_chk
b4667f8
+			libc.so.6:__memcpy_chk
b4667f8
+			libc.so.6:__memmove_chk
b4667f8
+			libc.so.6:__mempcpy_chk
b4667f8
+			libc.so.6:__memset_chk
b4667f8
+			libc.so.6:__pread64_chk
b4667f8
+			libc.so.6:__pread_chk
b4667f8
+			libc.so.6:__printf_chk
b4667f8
+			libc.so.6:__ptsname_r_chk
b4667f8
+			libc.so.6:__read_chk
9f8c98b
+			libc.so.6:__readlinkat_chk
b4667f8
+			libc.so.6:__readlink_chk
b4667f8
+			libc.so.6:__realpath_chk
b4667f8
+			libc.so.6:__recv_chk
b4667f8
+			libc.so.6:__recvfrom_chk
b4667f8
+			libc.so.6:__snprintf_chk
b4667f8
+			libc.so.6:__sprintf_chk
b4667f8
+			libc.so.6:__stack_chk_fail
b4667f8
+			libc.so.6:__stpcpy_chk
b4667f8
+			libc.so.6:__stpncpy_chk
b4667f8
+			libc.so.6:__strcat_chk
b4667f8
+			libc.so.6:__strcpy_chk
b4667f8
+			libc.so.6:__strncat_chk
b4667f8
+			libc.so.6:__strncpy_chk
b4667f8
+			libc.so.6:__swprintf_chk
b4667f8
+			libc.so.6:__syslog_chk
b4667f8
+			libc.so.6:__ttyname_r_chk
b4667f8
+			libc.so.6:__vfprintf_chk
b4667f8
+			libc.so.6:__vfwprintf_chk
b4667f8
+			libc.so.6:__vprintf_chk
b4667f8
+			libc.so.6:__vsnprintf_chk
b4667f8
+			libc.so.6:__vsprintf_chk
b4667f8
+			libc.so.6:__vswprintf_chk
b4667f8
+			libc.so.6:__vsyslog_chk
b4667f8
+			libc.so.6:__vwprintf_chk
b4667f8
+			libc.so.6:__wcpcpy_chk
b4667f8
+			libc.so.6:__wcpncpy_chk
b4667f8
+			libc.so.6:__wcrtomb_chk
b4667f8
+			libc.so.6:__wcscat_chk
b4667f8
+			libc.so.6:__wcscpy_chk
b4667f8
+			libc.so.6:__wcsncat_chk
b4667f8
+			libc.so.6:__wcsncpy_chk
b4667f8
+			libc.so.6:__wcsnrtombs_chk
b4667f8
+			libc.so.6:__wcsrtombs_chk
b4667f8
+			libc.so.6:__wcstombs_chk
b4667f8
+			libc.so.6:__wctomb_chk
b4667f8
+			libc.so.6:__wmemcpy_chk
b4667f8
+			libc.so.6:__wmemmove_chk
b4667f8
+			libc.so.6:__wmempcpy_chk
b4667f8
+			libc.so.6:__wmemset_chk
b4667f8
+			libc.so.6:__wprintf_chk
b4667f8
+			)
b4667f8
+		);
b4667f8
 	}
b4667f8
 }