Searched hist:"561 c67d8a10142250baa2a2a4e8b5d95e9c97df9" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/dlm/ |
H A D | dir.c | diff 561c67d8a10142250baa2a2a4e8b5d95e9c97df9 Tue Aug 01 13:09:46 CDT 2023 Alexander Aring <aahringo@redhat.com> fs: dlm: drop rxbuf manipulation in dlm_copy_master_names
This patch removes the manipulation of the receive buffer in case of an error and be sure the buffer is null terminated before an error messagea is printed out. Instead of manipulate the receive buffer we tell inside the format string the maximum length the string buffer is being read.
Signed-off-by: Alexander Aring <aahringo@redhat.com> Signed-off-by: David Teigland <teigland@redhat.com>
|