[FFmpeg-devel] [PATCH] lavf/os_support: Add safe win32 dlopen/dlclose/dlsym functions.
Matt Oliver
protogonoi at gmail.com
Sun Aug 28 11:50:58 EEST 2016
The dlopen function is modified to prevent loading dll's from the current
directory for improved program security for library users. This extends
similar functionality from the recently applied SetDllDirectory patch
except that it adds additional security for library users as well (as
opposed to just program users).
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-lavf-os_support-Add-safe-win32-dlopen-dlclose-dlsym-.patch
Type: application/octet-stream
Size: 2723 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160828/b4db05f1/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0002-Modify-existing-dll-loading-to-use-new-safe-dlopen-f.patch
Type: application/octet-stream
Size: 5471 bytes
Desc: not available
URL: <http://ffmpeg.org/pipermail/ffmpeg-devel/attachments/20160828/b4db05f1/attachment-0001.obj>
More information about the ffmpeg-devel
mailing list