Revision: 1890
http://nagiosplug.svn.sourceforge.net/nagiosplug/?rev=1890&view=rev
Author: dermoth
Date: 2008-01-06 07:44:57 -0800 (Sun, 06 Jan 2008)
Log Message:
-----------
Fix base64 test (known string wasn't null-terminated)
Modified Paths:
--------------
nagiosplug/trunk/lib/tests/test_base64.c
Modified: nagiosplug/trunk/lib/tests/test_base64.c
===================================================================
--- nagiosplug/trunk/lib/tests/test_base64.c 2008-01-06 07:04:10 UTC (rev 1889)
+++ nagiosplug/trunk/lib/tests/test_base64.c 2008-01-06 15:44:57 UTC (rev 1890)
@@ -249,7 +249,7 @@
0x2b,0x00,0x1f,0x0c,0x28,0x59,0x0a,0x16,0x49,0x5a,0x5c,0x64,0x65,0x4b,0x11,0x29,
0x15,0x36,0x5a,0x65,0x19,0x4f,0x60,0x23,0x3a,0x3a,0x13,0x25,0x02,0x78,0x4c,0x54
};
- char b64_known[1368] = {
+ char b64_known[1369] = {
0x43,0x7a,0x42,0x45,0x59,0x6e,0x77,0x69,0x48,0x77,0x30,0x46,0x5a,0x79,0x77,0x71,
0x4f,0x53,0x46,0x47,0x43,0x46,0x42,0x6d,0x4e,0x44,0x63,0x4c,0x52,0x55,0x73,0x34,
0x4d,0x67,0x5a,0x36,0x50,0x6e,0x38,0x4d,0x51,0x42,0x68,0x72,0x4c,0x57,0x42,0x4d,
@@ -335,7 +335,7 @@
0x48,0x33,0x41,0x41,0x4c,0x6d,0x59,0x55,0x50,0x48,0x38,0x72,0x41,0x42,0x38,0x4d,
0x4b,0x46,0x6b,0x4b,0x46,0x6b,0x6c,0x61,0x58,0x47,0x52,0x6c,0x53,0x78,0x45,0x70,
0x46,0x54,0x5a,0x61,0x5a,0x52,0x6c,0x50,0x59,0x43,0x4d,0x36,0x4f,0x68,0x4d,0x6c,
- 0x41,0x6e,0x68,0x4d,0x56,0x41,0x3d,0x3d
+ 0x41,0x6e,0x68,0x4d,0x56,0x41,0x3d,0x3d,0x00
};
char *b64_test;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
lmpx.com only provides a reader for public news (NNTP) servers. It is not
affiliated with the servers or forums shown here and is not responsible for
the content of articles, which is written by their respective authors.