Align gadget and safe functions parameters
This commit is contained in:
parent
1556553f06
commit
54b2be5527
@ -38,7 +38,7 @@ gadget(char* addr)
|
||||
|
||||
// safe target of indirect call
|
||||
int
|
||||
safe_target()
|
||||
safe_target(char* addr)
|
||||
{
|
||||
return 42;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user