nhmk/examples
linD026 0f9c72631c Fix dereference NULL pointer with proc_lseek
Since the operations are static storage duration, the pointer in
operation structures will initialize with NULL. But, the kernel
doesn't check whether the pointer is NULL or not when calling it.

Related Discussion:
- https://github.com/sysprog21/lkmpg/issues/165
- https://github.com/sysprog21/lkmpg/issues/160

Close #165
2022-09-21 16:57:23 +08:00
..
2022-02-21 00:53:29 +08:00
2022-03-09 14:14:08 +08:00
2021-08-08 01:24:59 +08:00
2021-09-04 17:53:29 +08:00
2022-04-19 01:54:24 +08:00
2022-04-19 01:54:24 +08:00
2022-04-19 01:54:24 +08:00