• Max Kellermann's avatar
    volume: eliminate alloca() usage · 7720a119
    Max Kellermann authored
    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.
    7720a119
Name
Last commit
Last update
doc Loading commit data...
m4 Loading commit data...
scripts Loading commit data...
src Loading commit data...
.gitignore Loading commit data...
AUTHORS Loading commit data...
COPYING Loading commit data...
INSTALL Loading commit data...
Makefile.am Loading commit data...
NEWS Loading commit data...
README Loading commit data...
TODO Loading commit data...
UPGRADING Loading commit data...
autogen.sh Loading commit data...
configure.ac Loading commit data...