search for: monir

Displaying 3 results from an estimated 3 matches for "monir".

Did you mean: monit
2019 Jul 06
2
Seeking suggestions about interfacing of LLVM DataFlowSanitizer library with KLEE in C code.
...xecuted successfully. Hence, I am afraid whether KLEE requires the bit-code version of libclang_rt.dfsan-x86_64.a or there is any other solution. In this circumstance, it would be great if you could direct me to resolve this issue. Please let me know if you need any other information. Thank you, Monir -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190706/a3a13643/attachment-0001.html> -------------- next part -------------- A non-text attachment was scrubbed... Name: Outlook-2540iq24.png Type: image/p...
2023 Mar 11
1
[PATCH 03/11] kthread: Pass in the thread's name during creation
...te->full_name); >> kfree(create); >> kthread_exit(-EINTR); >> } >> >> + if (strlen(create->full_name) >= TASK_COMM_LEN) >> + self->full_name = create->full_name; >> + else >> + kfree(create->full_name); > > This is monir but wwiw, this looks suspicious when reading it without > more context. It took me a while to see that kthread->full_name is > intended to store the untruncated name only if truncation actually needs > to happen. So either we should always initialize this or we should add a > comment...
2014 Apr 24
1
2.2.12 RPM Needed
Greetings, I'm not very experienced in building Source RPMs and we're in need of a Dovecot RPM for version 2.2.12 for CentOS 5. It seems that the ATRPMs repo maintained by Axel Thimm hasn't seen much activity lately and the task of updating a source RPM is more than I have time for as a busy developer who does systems admin on the side. Could anybody recommend another repo