I20250412-1800
Currently we add a long to an int this can result in information loss and numeric errors such as overflows. As we only skip an integer amount of bytes the result can also only be an int of bytes skipped, adding an explicit cast makes the security scanner happy here.