Skip to content

Commit

Permalink
run_backdoor_commands: fix loop nesting
Browse files Browse the repository at this point in the history
add missing payload_read label and invocations
  • Loading branch information
smx-smx committed May 1, 2024
1 parent ff50c2c commit 47b5f92
Show file tree
Hide file tree
Showing 2 changed files with 334 additions and 318 deletions.
2 changes: 1 addition & 1 deletion xzre.h
Original file line number Diff line number Diff line change
Expand Up @@ -1951,7 +1951,7 @@ typedef struct __attribute__((packed)) run_backdoor_commands_data {
u64 payload_size;
u64 hostkey_hash_offset;
RSA *rsa;
PADDING(8);
u8 *payload_data_ptr;
u8 *ed448_key_ptr;
u64 num_keys;
PADDING(4);
Expand Down
Loading

0 comments on commit 47b5f92

Please sign in to comment.