commit | 16c4dab56da2f30296ea07e71d52eb7fa3920949 | [log] [tgz] |
---|---|---|
author | Denis Ovsienko <infrastation@yandex.ru> | Fri Apr 19 21:38:11 2013 +0400 |
committer | Guy Harris <guy@alum.mit.edu> | Sun May 05 18:56:09 2013 -0700 |
tree | e7659fc302e8646f16018c6adb47758733ba81b6 | |
parent | 1ea8a8c4a4f1140e775a6dd4384802aac7b6d622 [diff] |
Fix off-by-one error in print-rx.c Avoid dereferencing rx_cache[RX_CACHE_SIZE], which is one past the last valid element. (This fixes SF bug 3599633 / GH bug 287. I could not identify the name or email address of the original contributor. -- Denis)