Viktor Ashirov

Results 7 comments of Viktor Ashirov

> ``` > bind-key -T prefix C-g split-window \ > "$SHELL --login -i -c 'navi --print | tmux load-buffer -b tmp - ; tmux paste-buffer -p -t {last} -b tmp...

So this issue and PEP 668 made us re-evaluate how we install packages in our test systems. As a workaround, I added a step in our ansible playbook to install...

@rcritten, yes, it's related, thanks for catching it. I've updated last commit to avoid double free.

There are failures which I'm investigating with the local test setup.

Tests pass now, but I'm checking for other leaks that happen during tests.

Added another fix for ipa-pwd-extop. ``` Direct leak of 80 byte(s) in 1 object(s) allocated from: #0 0x7efc612e68a3 in calloc (/usr/lib64/libasan.so.8+0xe68a3) (BuildId: 9022d3b7699b25ef06c64e2c5f93160772bfde42) #1 0x7afc5c27b2ae in ipapwd_getConfig /usr/src/debug/freeipa-4.12.5-99.1.fc43.x86_64/daemons/ipa-slapi-plugins/ipa-pwd-extop/common.c:88 #2 0x7afc5c27bbfc...

Added another small leak fix for ipa-pwd-extop plugin: ``` Direct leak of 36 byte(s) in 1 object(s) allocated from: #0 0x7ff47a2b4a07 in __interceptor_malloc (/usr/lib64/libasan.so.6+0xb4a07) #1 0x7ff4730999c9 in ipapwd_set_extradata /usr/src/debug/ipa-4.12.2-14.1.TESTBUILD.RHEL119339.el9_6.x86_64/daemons/ipa-slapi-plugins/ipa-pwd-extop/common.c:1064 Direct...