[PATCH] Allow inclusion of NULL characters in security password
Brought to you by:
ideguy
hdparm currently uses zero-terminated string functions to handle the security password, which means using NULL characters in passwords is not supported. This patch allows one to specify a security password in hex on the command line.
Merged for next release.