On (29/07/15 17:05), Lukas Slebodnik wrote:
On (17/07/15 14:07), Lukas Slebodnik wrote:
From e6f0d72167fdd6921e173025a0e374996fc156d5 Mon Sep 17 00:00:00 2001 From: Lukas Slebodnik lslebodn@redhat.com Date: Thu, 16 Jul 2015 16:54:00 +0200 Subject: [PATCH 1/2] mmap_cache: Rename variables
self-NACK
There is a crash in nss responder
Thread 1 (Thread 0x7f43151a8700 (LWP 30847)): #0 0x00007f431058a174 in __strcmp_sse2 () from /lib64/libc.so.6 No symbol table info available. #1 0x000000000041768b in sss_mc_find_record (mcc=0x113ee90, key=0x7ffce089a5b0) at +src/responder/nss/nsssrv_mmap_cache.c:562 rec = 0x7f4306f2b038 hash = 13194 slot = <value optimized out> name_ptr = <value optimized out> t_key = <value optimized out> strs_offset = 24 strs_len = <value optimized out> max_addr = 0x7f43076cc238 <Address 0x7f43076cc238 out of bounds> ret = 0 __FUNCTION__ = "sss_mc_find_record"
Attached is a new patch set. I also contains fix for #2712 and not just for #2716. Otherwise there would be a crash. So it would be better push them together.
Integration test were failing sporadically due to bug in clien code. 3rd patch fix this problem.
Other patches are the same.
LS