diff options
author | Christopher Brannon <chris@the-brannons.com> | 2018-06-21 21:22:19 -0700 |
---|---|---|
committer | Duncaen <mail@duncano.de> | 2018-06-22 14:39:42 +0200 |
commit | a2320e50b375576fbe0e72636c4900bcc4704b80 (patch) | |
tree | d35ae46e2006c0d9839f435c9b76e62186173e29 /crypt.awk | |
parent | 88697d7fbf3a11969bdbaa39e22adbb38d2e72f4 (diff) | |
download | runit-void-a2320e50b375576fbe0e72636c4900bcc4704b80.tar.gz runit-void-a2320e50b375576fbe0e72636c4900bcc4704b80.tar.xz runit-void-a2320e50b375576fbe0e72636c4900bcc4704b80.zip |
vlogger: a couple of bugfixes.
* Don't store the return value of getopt in a char. Storing in a char and comparing against -1 breaks on ARM, where char is unsigned. * The line argument to getline should point at a NULL char *. Otherwise, getline will treat *line as a pointer to an allocated buffer. With a little extra work, we could reuse the buffer, but always calling getline with *line == NULL is safe. Closes: #2 [via git-merge-pr]
Diffstat (limited to 'crypt.awk')
0 files changed, 0 insertions, 0 deletions