Review Board 2.0.15


SETranslatingPortProxy: fix bug in tryReadString()

Review Request #1328 - Created July 26, 2012 and submitted - Latest diff uploaded

Information
Steve Reinhardt
gem5
default
Reviewers
Default
Changeset 9134:55832e955e22
---------------------------
SETranslatingPortProxy: fix bug in tryReadString()

Off-by-one loop termination meant that we were stuffing
the terminating '\0' into the std::string value, which
makes for difficult-to-debug string comparison failures.