Hi all, Just a few minor patches from feedback on coverity fixes. v3: - error message change to "invalid runtime" v2: - reduce unnecessary indentation in new flist_find_type() helper - make new helper static - add patch to handle strtol() errors - set errno to zero to avoid catching random errnos -- Andrey -- Andrey Andrey Albershteyn (3): xfs_fsr: replace atoi() with strtol() xfs_db: add helper for flist_find_type for clearer field matching xfs_repair: catch strtol() errors db/flist.c | 60 ++++++++++++++++++++++++++++----------------- fsr/xfs_fsr.c | 26 +++++++++++++++++--- repair/xfs_repair.c | 40 +++++++++++++++++++++++++++++- 3 files changed, 100 insertions(+), 26 deletions(-) -- 2.42.0