In the Linux kernel, the following vulnerability has been resolved:
f2fs: check validation of fault attrs in f2fsbuildfault_attr()
- It missed to check validation of fault attrs in parseoptions(),
let's fix to add check condition in f2fsbuildfaultattr().
- Use f2fsbuildfaultattr() in _sbi_store() to clean up code.