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
As reported in CI test failures
<agroal#336 (comment)>
and
<agroal#336 (comment)>
the system does not compile under GCC 12 with `-Werror` option.
This commit fixes the string length problem reported by gcc.
Closeagroal#337
fluca1978
added a commit
to fluca1978/pgagroal
that referenced
this issue
Dec 14, 2022
As reported in CI test failures
<agroal#336 (comment)>
and
<agroal#336 (comment)>
the system does not compile under GCC 12 with `-Werror` option.
This commit fixes the string length problem reported by gcc.
Closeagroal#337
As reported in CI test failures
<agroal#336 (comment)>
and
<agroal#336 (comment)>
the system does not compile under GCC 12 with `-Werror` option.
This commit fixes the string length problem reported by gcc.
The `to_string` internal method used to get a stringify value
of a configuration parameter has changed so that now accepts a buffer
size. Such size indicates the max length of the destinatiojn buffer
and allows the function to do some more checks about what to copy onto
the buffer.
Closeagroal#337
Current head has problems when compiling with gcc 12 and
-W
error option, as reported in comment #336 (comment) .The text was updated successfully, but these errors were encountered: