fluent-bit icon indicating copy to clipboard operation
fluent-bit copied to clipboard

Fixed kmsg plugin parser on 32-bit architectures

Open imorda opened this issue 1 year ago • 1 comments

When building for 32-bit platforms, long actually means 32-bit integer doesn't match with the uint64_t type that actually stores the parsed values from the input line. After uptime goes beyond 30 minutes, the strtoul that parses the uptime value fails with ERANGE.

Fluent Bit is licensed under Apache 2.0, by submitting this pull request I understand that this code will be released under the terms of that license.

imorda avatar Jul 03 '24 12:07 imorda

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] avatar Dec 15 '24 02:12 github-actions[bot]

This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 10 days.

github-actions[bot] avatar Sep 06 '25 02:09 github-actions[bot]