diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2017-08-11 15:57:33 +0200 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2017-08-11 15:57:33 +0200 |
commit | 010433d2c8c99e2a7895cdfa45c50f8c11b6812c (patch) | |
tree | b8b6825364b8c5779381dd4a0e843715c230c168 /socket.c | |
parent | 418cda65f752e367fa663fd13884a45fcbc39ddd (diff) | |
download | fetchmail-010433d2c8c99e2a7895cdfa45c50f8c11b6812c.tar.gz fetchmail-010433d2c8c99e2a7895cdfa45c50f8c11b6812c.tar.bz2 fetchmail-010433d2c8c99e2a7895cdfa45c50f8c11b6812c.zip |
Add a FIXME comment.
Diffstat (limited to 'socket.c')
-rw-r--r-- | socket.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -130,6 +130,8 @@ static char *const *parse_plugin(const char *plugin, const char *host, const cha } plugin_copy[plugin_copy_len] = 0; + /* XXX FIXME - is this perhaps a bit too simplistic to chop down the argument strings without any respect to quoting? + * better write a generic function that tracks arguments instead... */ argvec = (char **)malloc(s); if (!argvec) { |