mirror of
https://github.com/linux-msm/rmtfs.git
synced 2026-02-08 11:16:37 +01: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>
Description
Languages
C
98.4%
Makefile
1.6%