-
Fix broken QNX4/6 detection · c988c378
The previous QNX detection was erroneously using the QNX4 Boot block magic, but labelled QNX6. This PR fixes the labels and add the proper QNX6 Super Block magic, known as QNX6_SUPER_MAGIC. For further details see: https://www.forensicfocus.com/Forums/viewtopic/t=16846/ https://github.com/torvalds/linux/blob/6f0d349d922ba44e4348a17a78ea51b7135965b1/include/uapi/linux/magic.h#L49 https://github.com/torvalds/linux/blob/master/fs/qnx6/inode.c
E:V:A authored