Skip to content
Snippets Groups Projects
Commit 3384f3df authored by Mark Fasheh's avatar Mark Fasheh
Browse files

ocfs2: Allow binary names in the DLM


The OCFS2 DLM uses strlen() to determine lock name length, which excludes
the possibility of putting binary values in the name string. Fix this by
requiring that string length be passed in as a parameter.

Signed-off-by: default avatarMark Fasheh <mark.fasheh@oracle.com>
parent e2c73698
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment