You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In function as_logging_level() there is usage of atoi() which is not ideal. Since we already have as_int() that catches parsing errors and overflows, we should remove atoi() in favor of as_int().
The text was updated successfully, but these errors were encountered:
fluca1978
added a commit
to fluca1978/pgagroal
that referenced
this issue
Aug 12, 2022
In function
as_logging_level()
there is usage ofatoi()
which is not ideal. Since we already haveas_int()
that catches parsing errors and overflows, we should removeatoi()
in favor ofas_int()
.The text was updated successfully, but these errors were encountered: