Skip to content

Instantly share code, notes, and snippets.

@jow-
jow- / bug.c
Created August 14, 2024 07:56
MIPS 74kc memory corruption bug
/* Compile with:
* ./staging_dir/toolchain-mips_24kc_gcc-12.3.0_musl/bin/mips-openwrt-linux-gcc -g -fpie -fpic -o /tmp/bug /tmp/bug.c
*/
#include <stdio.h>
#include <stdbool.h>
#include <string.h>
#include <stdint.h>
#include <stdlib.h>