]> git.sesse.net Git - vlc/commit
Fix one potential NULL-deref on invalid plugin cache
authorRémi Denis-Courmont <remi@remlab.net>
Sat, 13 Aug 2011 20:11:24 +0000 (23:11 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Sat, 13 Aug 2011 20:11:24 +0000 (23:11 +0300)
commita94e6eb9d2f5079983a5e9293af2d40b86f50aac
treec7b528ffdc0283c7c8907adab82241ab4312ba2d
parent574726a2fed6c8b5e77f28449826219478c67a74
Fix one potential NULL-deref on invalid plugin cache

Zero-length strings are loaded as NULL. There are probably quite a few
other similar failure cases :( I have not investigated.
src/modules/cache.c