You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
utils: add bounds checking for Unix domain socket paths
Replace unsafe strcpy() with proper length validation and memcpy()
to prevent buffer overflow when copying socket paths to sockaddr_un.sun_path.
This prevents potential buffer overflow vulnerabilities when handling
long socket paths.
Signed-off-by: Jindrich Novy <[email protected]>
0 commit comments