[LTP] fstat02: Verify st_ino field

linuxtestproject.agent@gmail.com linuxtestproject.agent@gmail.com
Thu Jun 4 19:57:13 CEST 2026


Hi Jinseok,

On Fri, 5 Jun 2026 00:06:41 +0900, Jinseok Kim wrote:
> fstat02: Verify st_ino field

> fstat01 does not currently verify the st_ino field.

The patch modifies fstat02.c, not fstat01.c -- and fstat01 does not
exist in this directory. Should this say "fstat02"?

Verdict: Needs revision

Pre-existing issues:

  static int fildes;

File descriptors should be initialized to -1, not 0 (stdin). The
cleanup guard should use `fildes != -1` instead of `fildes > 0` to
match.

---
Note:

The agent can sometimes produce false positives although often its
findings are genuine. If you find issues with the review, please
comment this email or ignore the suggestions.

Regards,
LTP AI Reviewer


More information about the ltp mailing list