Details
-
Bug
-
Status: Open (View Workflow)
-
Major
-
Resolution: Unresolved
-
None
-
None
-
None
-
None
-
aarch64-linux
Description
The function casts an unaligned char array to a `struct dirent`. This is undefined behavior and will crash on hardware (arm) required aligned accesses. As this function is called during server startup, this bug renders the server completely unusable.