From 398bf740d736b495cb130fb24550ac984129d936 Mon Sep 17 00:00:00 2001 From: Rebecca Palmer Date: Sat, 7 Jun 2014 08:25:13 +0100 Subject: [PATCH] Fix over-read error in the test suite https://buildd.debian.org/status/fetch.php?pkg=simgear&arch=mips&ver=3.0.0~git20140123%2Bf16c99-1&stamp=1391666349 --- simgear/misc/sgstream_test.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/simgear/misc/sgstream_test.cxx b/simgear/misc/sgstream_test.cxx index 0188f997..e86884e4 100644 --- a/simgear/misc/sgstream_test.cxx +++ b/simgear/misc/sgstream_test.cxx @@ -20,7 +20,7 @@ int main() "third line ends with both\r\n" "fourth line as well\r\n" "fifth line is another CR/LF line\r\n" - "end of test\r\n", 1024); + "end of test\r\n", 158); f.close(); } -- 2.39.5