Closed melver closed 4 years ago
To avoid warnings of using more than 1024 bytes stack usage.
In a test run with a WARN_ON(256 > len) no warnings were triggered for the test, and 256 bytes should still be enough.
To avoid warnings of using more than 1024 bytes stack usage.
In a test run with a WARN_ON(256 > len) no warnings were triggered for the test, and 256 bytes should still be enough.