Skip to content
Snippets Groups Projects
Commit 5c357601 authored by Brian J. Murrell's avatar Brian J. Murrell
Browse files

b=16683

i=nathan.rutman
i=robert.read

Avoid a possible integer overflow, idenfitied by Coverty care of LLNL.
parent bb668bae
No related branches found
No related tags found
No related merge requests found
......@@ -121,7 +121,7 @@ struct lsm_buffer {
struct lov_oinfo *ptrs[MAX_STRIPES];
} lsm_buffer;
static int l2_ioctl(int dev_id, int opc, void *buf)
static int l2_ioctl(int dev_id, unsigned int opc, void *buf)
{
return l_ioctl(dev_id, opc, buf);
}
......
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