Fixed segfault in yaffs_guts
authorTimothy Manning <codedraftsman@gmail.com>
Thu, 24 Jun 2021 02:39:00 +0000 (14:39 +1200)
committerTimothy Manning <codedraftsman@gmail.com>
Thu, 1 Jul 2021 02:36:33 +0000 (14:36 +1200)
Remounting a device would cause a segfault because the
device's temp_buffer would not be reinitialised. Resulting
in a null pointer being called as a function, creating the segfault.

Signed-off-by: Timothy Manning <codedraftsman@gmail.com>

No differences found