Searched hist:9451 (Results 1 - 1 of 1) sorted by relevance

/gem5/util/m5/
H A Dm5.cdiff 9451:f56816facd25 Mon Jan 07 16:56:00 EST 2013 Andreas Sandberg <Andreas.Sandberg@ARM.com> util: Fix stack corruption in the m5 util

The number of arguments specified when calling parse_int_args() in
do_exit() is incorrect. This leads to stack corruption since it causes
writes past the end of the ints array.

Completed in 12 milliseconds