diff options
author | Jann - Ove Risvik <jann.ove@usaklig.com> | 2016-07-08 03:55:58 +0200 |
---|---|---|
committer | Bartłomiej Piotrowski <b@bpiotrowski.pl> | 2016-07-08 09:53:42 +0200 |
commit | ec3a1b4087eb88aaa6a7261dff7c2f16d99edf6f (patch) | |
tree | 0fc4fff8bced72683b30946433b5cf472e456ae8 /community/softflowd/softflowd.initd | |
parent | bd1eeeec2bf8b08f1cf8d2a6ce7b36407850fdcd (diff) | |
download | aports-ec3a1b4087eb88aaa6a7261dff7c2f16d99edf6f.tar.bz2 aports-ec3a1b4087eb88aaa6a7261dff7c2f16d99edf6f.tar.xz |
main/open-iscsi: musl fix for error handling. fixes bug #4802
Fixes bug #4802: http://bugs.alpinelinux.org/issues/4802
Seems like iscsiadm relies on checking optopt for checking if there's an error, instead of checking whether opterr is set or if getopt returns '?' and then using optopt to retrieve the option that it didn't recognize.
For some reason musl sets optopt to the last option parsed even if it was valid. Is musl supposed to do that? glibc doesn't behave this way. The posix standard for getopt also reads like optopt is only supposed to be set when there's an error.
(Only when I was looking for what to put in the email subject line, after I figured it all out did I notice that Brian Angus already submitted a fix earlier. Figured I'd sent this one anyway; that fix removes error output when presented with actual unrecognised arguments.)
Diffstat (limited to 'community/softflowd/softflowd.initd')
0 files changed, 0 insertions, 0 deletions