Peter Pentchev found two problems. One realloc problem that could allocate
authorDaniel Stenberg <daniel@haxx.se>
Wed, 3 Sep 2003 15:37:30 +0000 (15:37 +0000)
committerDaniel Stenberg <daniel@haxx.se>
Wed, 3 Sep 2003 15:37:30 +0000 (15:37 +0000)
commitf193ab4b59e94b3b87d0f96a1c5247c219625527
treefd8c0a6dcfe52f0f5103b14b9e17c4d8d25ee66b
parentf7db3023a8c8bbb58600b56b9aaf3803a31183ab
Peter Pentchev found two problems. One realloc problem that could allocate
too little data, and one case of not zero-terminating the returned string.

I chose a slightly different patch than the one Peter provided.
tests/server/getpart.c