By analyzing the BusyBox source code, our tool points to possible inconsistencies that we would like to check with you. Package: busybox Commit: a6ed6a3 File: networking/httpd.c Problem description: We found a code snippet where a binary operation may have invalid operands ('int' and 'char *'). We think this case might throw compilation errors when the macro ENABLE_FEATURE_HTTPD_BASIC_AUTH is enabled. Code line: 1880 Code snippet: remoteuser = xstrndup(user_and_passwd, strchrnul(user_and_passwd, ':') - user_and_passwd );
*** Bug 8486 has been marked as a duplicate of this bug. ***
No, this code is not buggy.