[PATCH v2 14/25] [libx11] Fixed the handling of the extremely unlikely situation of fstat failing

2011-01-31 Thread Erkki Seppälä
Tracked variable size was passed to a negative sink. Reviewed-by: Ander Conselvan de Oliveira ander.conselvan-de-olive...@nokia.com Signed-off-by: Erkki Seppälä erkki.sepp...@vincit.fi --- src/Xrm.c |6 ++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/src/Xrm.c

Re: [PATCH v2 14/25] [libx11] Fixed the handling of the extremely unlikely situation of fstat failing

2011-01-31 Thread Alan Coopersmith
You could shorten the summary to: Handle the extremely unlikely situation of fstat failing since we hope most patches fix something, it's not always necessary to add in Fixed the... when other verbs can work. On 01/31/11 04:02 AM, Erkki Seppälä wrote: Tracked variable size was passed to a