]> arthur.barton.de Git - netatalk.git/commit
Remove lenght limitation of options like "valid users"
authorRalph Boehme <sloowfranklin@gmail.com>
Fri, 23 Nov 2012 09:23:27 +0000 (10:23 +0100)
committerRalph Boehme <sloowfranklin@gmail.com>
Fri, 23 Nov 2012 09:23:27 +0000 (10:23 +0100)
commit0fab5d1cb0e4c0f5539bf60072bd120c236a9233
tree7d7bd249723c8d518b4884b81dae54745fc783dc
parenta6e137d15156dac69c594de8de940c5b87bbd0ed
Remove lenght limitation of options like "valid users"

The options "valid users", "rolist" and others use the function
accessvol() for parsing the options string. accessfull uses
a static buffer limited to MAXPATHLEN which limits the maximum
length of these options.

Fix this by using a strdup()ed buffer instead.

Fixes bug #473.
libatalk/util/netatalk_conf.c