Hi,
First of all, when submitting a patch series, each individual message
should by named after the commit, i.e. the first line of the commit
message. git format-patch should in fact do that automatically -- though
I must admit that I have trouble using it properly myself :-)
The name of the patc
This is the first patch that fix bug #20612.
Zheng Da
2009-07-20 Zheng Da
fix a bug #20612
* rpctrace.c (print_contents): Check the number of elements in the port
array.
diff --git a/utils/rpctrace.c b/utils/rpctrace.c
index d80f41d..b7379a7 100644
--- a/utils/rpctrace.c
+++ b/ut