afc73e1982
Previously, the fields in the wireless module were declared but not explicitly initialized upon declaration. As nothing else would do so afterwards, this could introduce random characters left over in the memory segment into the fields. This was explicitly observed in the essid-field, but likely a possibility for other fields as well. Hence, this commit adds explicit initialization with zero bytes to all fields to ensure proper termination of all fields. Fixes #432 |
||
---|---|---|
.. | ||
auto_detect_format.c | ||
first_network_device.c | ||
format_placeholders.c | ||
general.c | ||
output.c | ||
print_battery_info.c | ||
print_cpu_temperature.c | ||
print_cpu_usage.c | ||
print_ddate.c | ||
print_disk_info.c | ||
print_eth_info.c | ||
print_file_contents.c | ||
print_ip_addr.c | ||
print_ipv6_addr.c | ||
print_load.c | ||
print_mem.c | ||
print_path_exists.c | ||
print_run_watch.c | ||
print_time.c | ||
print_volume.c | ||
print_wireless_info.c | ||
process_runs.c | ||
pulse.c |