summaryrefslogtreecommitdiffhomepage
path: root/include/perk/perk_structs.h
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2024-04-28 15:57:50 +0000
committermidipix <writeonce@midipix.org>2024-04-28 15:57:50 +0000
commite34347302181b1ac03fca91199b84fc32b239684 (patch)
tree8497e6f483140e5541ee63936b04c3016a88864e /include/perk/perk_structs.h
parent78dcfd86c8c7d917cd81b0b042e308e73c274888 (diff)
downloadperk-main.tar.bz2
perk-main.tar.xz
struct pe_raw_coff_strtbl: coff string tables may contain no data.HEADmain
Diffstat (limited to 'include/perk/perk_structs.h')
-rw-r--r--include/perk/perk_structs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/perk/perk_structs.h b/include/perk/perk_structs.h
index b1823b4..9ffb480 100644
--- a/include/perk/perk_structs.h
+++ b/include/perk/perk_structs.h
@@ -332,7 +332,7 @@ struct pe_raw_coff_symbol_name {
struct pe_raw_coff_strtbl {
unsigned char cst_size [0x04]; /* 0x00 */
- unsigned char cst_data [0x01]; /* 0x04 */
+ unsigned char cst_data []; /* 0x04 */
};