commit | 9f80f32bb352292f39a4e59f363cc1bcd4a6b384 | [log] [tgz] |
---|---|---|
author | Jukka Rissanen <jukka.rissanen@nordicsemi.no> | Tue Nov 26 17:48:43 2024 +0200 |
committer | Chris Friedt <cfriedt@tenstorrent.com> | Tue Jan 21 12:59:01 2025 -0500 |
tree | 3d1884f1b6a64eee18f7a855ce1b8a21f81c695e | |
parent | 0892379e8b9e9ea29a64feba9ec534408a564277 [diff] |
net: dns: Check DNS answer properly The dns_unpack_answer() did not check the length of the message properly which can cause out of bounds read. Signed-off-by: Jukka Rissanen <jukka.rissanen@nordicsemi.no>