mirror of
https://github.com/linux-msm/rmtfs.git
synced 2026-06-30 06:25:37 +00:00
v1.2
Commit2ee01bf("storage: Try opening the slot-suffixed partition") introduced a bug where option '-o' is incorrectly specified as having no argument. Therefore, passing -o with a path incorrectly sets that path to the default '/boot' one as optarg evaluates to NULL. Fix this by telling getopt that we expect an argument. Fixes:2ee01bf("storage: Try opening the slot-suffixed partition") Signed-off-by: Maximilian Luz <luzmaximilian@gmail.com>
Languages
C
98.2%
Makefile
1.8%