Created
October 1, 2023 14:14
-
-
Save buzzxI/3a55bc5b39171f0a57d9d9a9cdf6a212 to your computer and use it in GitHub Desktop.
test from ucloud
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#include <csapp.h> | |
int main() { | |
int num = 10; | |
int *sp = # | |
fprintf(stdout, "original:%p:new:%p\n", sp, sp + 1); | |
fprintf(stdout, "this is a \"\n"); | |
return 0; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment