操作系统->数组越界(待完善)
摘要:工作中无意间发现了一段可能存在数组越界的代码, 就在本地仿者写了一段越界的小程序, 先记录下,待以后看操作系统知识的时候,再深入分析 1 #include <stdio.h> 2 #include <stdlib.h> 3 4 int main(int argc, char *argv[]) 5 {
阅读全文
posted @ 2018-07-27 18:33
posted @ 2018-07-27 18:33