glusterfs icon indicating copy to clipboard operation
glusterfs copied to clipboard

posix-*.c: remove some string copies in posix_handle_pump() and related functions

Open mykaul opened this issue 2 years ago • 2 comments

posix-*.c: remove some string copies in posix_handle_pump() and related functions

- Remove multipls strncpy() from posix_handle_pump(), as well as an strotoul() call.
- Remove redundant 'ret' variable
- posix_handle_path() always gets PATH_MAX path variables, no need to pass size to it.
- Make functions static, etc.

mykaul avatar Nov 28 '21 20:11 mykaul

Thank you for your contributions. Noticed that this issue is not having any activity in last ~6 months! We are marking this issue as stale because it has not had recent activity. It will be closed in 2 weeks if no one responds with a comment here.

stale[bot] avatar Jul 10 '22 06:07 stale[bot]

Still hoping to get to do it.

mykaul avatar Jul 10 '22 06:07 mykaul

Thank you for your contributions. Noticed that this issue is not having any activity in last ~6 months! We are marking this issue as stale because it has not had recent activity. It will be closed in 2 weeks if no one responds with a comment here.

stale[bot] avatar Mar 19 '23 22:03 stale[bot]