2
0
Derivar 0

Bug fix: Reading beyond array end for HFS+ production caused SIGSEGV with FreeBSD 11 CLANG -O2. Thanks ASX of GhostBSD.

Este cometimento está contido em:
Thomas Schmitt 2017-09-22 17:26:02 +02:00
ascendente 874dc16d92
cometimento 53b2d6dcd7
1 ficheiros modificados com 4 adições e 0 eliminações

Ver ficheiro

@ -422,6 +422,10 @@ static uint16_t class_page_data[] = {
0x21, 0x230,
0x22, 0x230,
0x23, 0x230,
0x00,
/* End of list */
0x00
};
uint16_t *hfsplus_class_pages[256];