volume: eliminate alloca() usage
alloca() is not a portable function. Don't use it. Using
strncasecmp() is much more efficient anyway, because no memory needs
to be allocated and copied.
Showing
Please
register
or
sign in
to comment