Re: [Freeipa-devel] [PATCH 0383] Fix metadb_iterator_destroy() to accept NULL iterators

2015-06-23 Thread Petr Spacek
On 23.6.2015 10:43, Tomas Hozza wrote: > On 08.06.2015 14:08, Petr Spacek wrote: >> Hello, >> >> Fix metadb_iterator_destroy() to accept NULL iterators. >> >> This prevents potential crash in error handling, e.g. if memory >> allocation failed. >> > > Hi. > > I did formal review. The patch looks

Re: [Freeipa-devel] [PATCH 0383] Fix metadb_iterator_destroy() to accept NULL iterators

2015-06-23 Thread Tomas Hozza
On 08.06.2015 14:08, Petr Spacek wrote: > Hello, > > Fix metadb_iterator_destroy() to accept NULL iterators. > > This prevents potential crash in error handling, e.g. if memory > allocation failed. > Hi. I did formal review. The patch looks good. ACK. Regards, -- Tomas Hozza Software Engineer

[Freeipa-devel] [PATCH 0383] Fix metadb_iterator_destroy() to accept NULL iterators

2015-06-08 Thread Petr Spacek
Hello, Fix metadb_iterator_destroy() to accept NULL iterators. This prevents potential crash in error handling, e.g. if memory allocation failed. -- Petr^2 Spacek From 158e95e38e78cdeadf6ed6605b77dbaa754c657a Mon Sep 17 00:00:00 2001 From: Petr Spacek Date: Mon, 8 Jun 2015 14:05:55 +0200 Subj