Re: [Freeipa-devel] [PATCH 0165] Fix crash caused by race-condition between shutdown and update processing

2013-06-25 Thread Petr Spacek
On 25.6.2013 12:13, Tomas Hozza wrote: ACK. Pushed to master: 12e31102f18aa4676e3ac7da4334806dc8afc801 Works as expected. Regards, Tomas Hozza - Original Message - Hello, Fix crash caused by race-condition between shutdown and update processing. Variable 'name' was uninitialize

Re: [Freeipa-devel] [PATCH 0165] Fix crash caused by race-condition between shutdown and update processing

2013-06-25 Thread Tomas Hozza
ACK. Works as expected. Regards, Tomas Hozza - Original Message - > Hello, > > Fix crash caused by race-condition between shutdown and update processing. > > Variable 'name' was uninitialized when manager_get_ldap_instance() returned > ISC_R_NOTFOUND. The successive call to dns_name_d

[Freeipa-devel] [PATCH 0165] Fix crash caused by race-condition between shutdown and update processing

2013-06-20 Thread Petr Spacek
Hello, Fix crash caused by race-condition between shutdown and update processing. Variable 'name' was uninitialized when manager_get_ldap_instance() returned ISC_R_NOTFOUND. The successive call to dns_name_dynamic() caused the crash. -- Petr^2 Spacek From 12e31102f18aa4676e3ac7da4334806dc8afc80