Changeset 1c88835 in mainline for kernel/arch/amd64/src


Ignore:
Timestamp:
2017-07-08T16:12:03Z (8 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
89e2aac
Parents:
3cd27c1
Message:

Fix CDFS unaligned memory access when decoding Joliet file names.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/arch/amd64/src/interrupt.c

    r3cd27c1 r1c88835  
    135135                        return;
    136136                }
     137                as_print(TASK->as);
    137138                fault_if_from_uspace(istate, "General protection fault.");
    138139        }
Note: See TracChangeset for help on using the changeset viewer.