It's almost done, but I suddenly see an error saying what I deleted.
Program received signal SIGSEGV, Segmentation fault. __strcmp_sse2_unaligned () at ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S:31 31 ../sysdeps/x86_64/multiarch/strcmp-sse2-unaligned.S: No such file or directory.
Can you tell me what this means?
linux gdb c
Segment Violation, which occurs as Unaligned in 64-bit code, is when the address used is usually a non-multiple of 4.
© 2024 OneMinuteCode. All rights reserved.