﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc	mlocked
11570	Patch for zero length malloc in ParseBinary.cpp	Gary Buhrmaster <gary.buhrmaster@…>	Gary Buhrmaster <gary.buhrmaster@…>	"Static analysis (scan-build) detected a feasible code path such that the string will have a length of zero when ParseString is called.  Malloc of a zero length has a implementation dependent result (i.e. possible invalid memory pointer).   Add one to the requested length to eliminate the ambiguity.  In addition, check the return from malloc to insure it was successful (should have been be a  different static analysis detected error, but I did not see it in the reports).

https://github.com/garybuhrmaster/mythtv/commit/28a77c36e2d320fa1304ad3822d5359b05af07a0"	Patch - Bug Fix	closed	minor	0.27	MythTV - General	Master Head	medium	fixed			0
