tplink-safeloader: replace hardcoded offsets
authorSander Vanheule <sander@svanheule.net>
Fri, 3 Feb 2023 22:03:17 +0000 (23:03 +0100)
committerSander Vanheule <sander@svanheule.net>
Sun, 12 Mar 2023 12:35:51 +0000 (13:35 +0100)
commit0c8a724630da57057021560e9cc03827df4286ae
tree8257179db9e71f82cf4c9d178ba76e31e823c679
parentb82a5214c989dc74586e9b4f76af9d33a91190ab
tplink-safeloader: replace hardcoded offsets

A number of data offsets are used as plain numbers throughout the code.
This is a bit fragile, and the magic numbers make the code harder to
read. Use a set of macros instead.

Signed-off-by: Sander Vanheule <sander@svanheule.net>
src/tplink-safeloader.c