svn commit: r266202 - stable/10/usr.bin/dtc

Ian Lepore ian at FreeBSD.org
Thu May 15 22:51:14 UTC 2014


Author: ian
Date: Thu May 15 22:51:14 2014
New Revision: 266202
URL: http://svnweb.freebsd.org/changeset/base/266202

Log:
  MFC r262394:  Fix parsing multiple roots with whitespace between them.

Modified:
  stable/10/usr.bin/dtc/fdt.cc
Directory Properties:
  stable/10/   (props changed)

Modified: stable/10/usr.bin/dtc/fdt.cc
==============================================================================
--- stable/10/usr.bin/dtc/fdt.cc	Thu May 15 22:50:06 2014	(r266201)
+++ stable/10/usr.bin/dtc/fdt.cc	Thu May 15 22:51:14 2014	(r266202)
@@ -1054,6 +1054,7 @@ device_tree::parse_roots(input_buffer &i
 		{
 			valid = false;
 		}
+		input.next_token();
 	}
 }
 


More information about the svn-src-stable mailing list