Check for EOF to fix an infinite loop while parsing fuzzed MPC files.
authorTsuda Kageyu <tsuda.kageyu@gmail.com>
Thu, 8 Jan 2015 03:28:20 +0000 (12:28 +0900)
committerTsuda Kageyu <tsuda.kageyu@gmail.com>
Mon, 16 Feb 2015 16:22:39 +0000 (01:22 +0900)
commit65664e685553579493c91b38b93bf0f981c27688
tree1df0f26714c7b6056d92880c28803c2144b04e3a
parent2193d6dd84a16603017c2904f7fbf2160b88f2ce
Check for EOF to fix an infinite loop while parsing fuzzed MPC files.
taglib/mpc/mpcproperties.cpp
tests/data/infloop.mpc [new file with mode: 0644]
tests/test_mpc.cpp