Re: [PATCH] isofs: fix undefined behavior in iso_date()

From: linke li
Date: Thu Jul 13 2023 - 03:23:17 EST


Thanks for your reply.
> This certainly fixes the problem, but wouldn't it be easier to get the
> compiler to do the work for us?
I don't know which solution is better, but it does avoid this problem.
Like
tz = (int)(signed char)p[6];