Skip to content

Conversation

corrigang
Copy link

During MySQLImport::read, fgets may return false if nothing is read in, causing the strlen function to throw an exception.

Simple addition of test of not false added.

		while (!feof($handle)) {
			$s = fgets($handle);
			if ($s) {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant