mirror of
https://github.com/openwrt/openwrt.git
synced 2024-12-22 23:12:32 +00:00
9e4f4e1a1f
Using a version number of 16 character causes a buffer overflow in the
version number overwriting the first bit of the signature in the
mkdapimg2 tool.
I am not sure if the version number should be null terminated or not.
This patch reduces the size of the version number by removing the number
of private commits from it.
This was the original version number which caused problems:
OpenWrt-r6727+10
Now it uses this version number:
OpenWrt-r6727
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit
|
||
---|---|---|
.. | ||
lzma-loader | ||
common-tp-link.mk | ||
generic-legacy-devices.mk | ||
generic-senao.mk | ||
generic-tp-link.mk | ||
generic-ubnt.mk | ||
generic.mk | ||
legacy.mk | ||
Makefile | ||
mikrotik.mk | ||
nand.mk | ||
tiny-legacy-devices.mk | ||
tiny-tp-link.mk | ||
ubinize-nbg6716.ini | ||
ubinize-wndr4300.ini |