I found what I think is a small error allocating memory in the
authorTatsuo Ishii <ishii at sraoss.co.jp>
Sat, 2 Jan 2010 09:32:24 +0000 (09:32 +0000)
committerTatsuo Ishii <ishii at sraoss.co.jp>
Sat, 2 Jan 2010 09:32:24 +0000 (09:32 +0000)
commit38dd7d7c769cce9e018c5eef6fe490b879ea514f
tree80265ee61aaac966634175be6d2949956dad107f
parent90efb9540aa7ac8902ededdfb27ef3d582a78ab0
 I found what I think is a small error allocating memory in the
make_persistent_db_connection() function in child.c. The amount of
memory allocated is more than it should be, so it's actually harmless.

Patch contributed by Xavier Noguer.
child.c