You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
log_info("LLMNR response: %s IN %s %s (TTL %d)\n", name, ...) prints some uninitialized data because name is not NUL-terminated. See the attached patch for a possible fix.
log_info("LLMNR response: %s IN %s %s (TTL %d)\n", name, ...)
prints some uninitialized data becausename
is not NUL-terminated. See the attached patch for a possible fix.llmnr-query-fix-missing-nul.patch.txt
The text was updated successfully, but these errors were encountered: