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