Skip to content

iwinfo: fix uninitialized output and bounds checking

Erik Karlsson - Genexis requested to merge (removed):iwinfo-uninitialized into devel

Always make sure that output parameter is fully initialized when we are returning success. We cannot count on the caller doing this. Avoid unsafe strncpy use. Do not assume output of read is null terminated.

Merge request reports