Em seg., 8 de abr. de 2024 às 09:27, Jelte Fennema-Nio <postg...@jeltef.nl> escreveu:
> On Sun, 7 Apr 2024 at 11:34, David Rowley <dgrowle...@gmail.com> wrote: > > That seems to require modifying the following function signatures: > > secure_write(), be_tls_write(), be_gssapi_write(). That's not an area > > I'm familiar with, however. > > Attached is a new patchset where 0003 does exactly that. The only > place where we need to cast to non-const is for GSS, but that seems > fine (commit message has more details). > +1. Looks ok to me. The GSS pointer *ptr, is already cast to char * where it is needed, so the code is already correct. best regards, Ranier Vilela