mirror of
https://github.com/openwrt/luci.git
synced 2025-12-28 08:10:00 +04:00
Binary string comparisons in ucode are currently unsafe, so use the `length()` function to determine the just read data chunk size in order to test for end of file. Fixes: #6530 Signed-off-by: Jo-Philipp Wich <jo@mein.io>