On Wed, Mar 29, 2023 at 11:30:49AM -0700, Jacob Keller wrote:
> This appears to be caused by using a base of 0 to strtol which then
> interprets leading 0 numbers as octal. This is probably done in order to
> get handling of '0x' prefixed numbers as well, but the leading 0 ->
> octal interpretatio
Hi,
I recently discovered a couple of bugs with ptp4l's config reading code:
First, the default configuration specifies values for two of the power
profile options which are out of INT_MAX range:
power_profile.2011.grandmasterTimeInaccuracy and
power_profile.2017.totalTimeInaccuracy
On systems