diff options
author | Harald van Dijk <truedfx@gentoo.org> | 2005-09-15 12:48:24 +0000 |
---|---|---|
committer | Harald van Dijk <truedfx@gentoo.org> | 2005-09-15 12:48:24 +0000 |
commit | 54d43f35bb31913837473425301540614a3f5e68 (patch) | |
tree | 5219e9a8f54e9113d116dd0340f5b0821fb6bafe /dev-libs/librep/files | |
parent | Fix buffer overflow, bug #105396. (diff) | |
download | gentoo-2-54d43f35bb31913837473425301540614a3f5e68.tar.gz gentoo-2-54d43f35bb31913837473425301540614a3f5e68.tar.bz2 gentoo-2-54d43f35bb31913837473425301540614a3f5e68.zip |
export rep_file_fdopen
(Portage version: 1.589-cvs)
Diffstat (limited to 'dev-libs/librep/files')
-rw-r--r-- | dev-libs/librep/files/rep_file_fdopen.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-libs/librep/files/rep_file_fdopen.patch b/dev-libs/librep/files/rep_file_fdopen.patch new file mode 100644 index 000000000000..ea472b5f555d --- /dev/null +++ b/dev-libs/librep/files/rep_file_fdopen.patch @@ -0,0 +1,10 @@ +--- librep-0.17.orig/src/librep.sym ++++ librep-0.17/src/librep.sym +@@ -575,6 +575,7 @@ + rep_event_loop + rep_event_loop_fun + rep_expand_and_get_handler ++rep_file_fdopen + rep_file_length + rep_file_type + rep_find_c_symbol |