Commit b1e4fb5c authored by Tim Wickberg's avatar Tim Wickberg
Browse files

Fix sbatch #BSUB parsing for -W and -M options.

sizeof(optarg) is incorrect, that's the size of the pointer
not the length of the character string that must be parsed.

Coverity 53128.
parent 0287bfe0
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment