Re: Call for testing: OpenSSH 8.2

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

 



On Thu, 2020-02-06 at 10:29 +1100, Damien Miller wrote:
> Hi,
> 
> OpenSSH 8.2p1 is almost ready for release, so we would appreciate
> testing
> on as many platforms and systems as possible. This is a feature
> release.

We are building openssh with -fvisibility=hidden and it is breaking
tests. The build of sk-dummy.so does not list the public function as
explicitly visible, which would be a good habit when writing shared
libraries.

I see that as long as OpenSSH does not provide public library, there is
no need to care generally for the API and visibility, but this is
something  that will need to be addressed in the end if you decide to
make ssh_api.h public.

My proposal would be to specify __attribute__((visibility("default")))
to the exported functions in sk-dummy.c or whatever else compiler
alternatives need to be provided. I think something similar should go
also to the ssh_api.h

Regards,
-- 
Jakub Jelen
Senior Software Engineer
Security Technologies
Red Hat, Inc.

_______________________________________________
openssh-unix-dev mailing list
openssh-unix-dev@xxxxxxxxxxx
https://lists.mindrot.org/mailman/listinfo/openssh-unix-dev



[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

[Index of Archives]     [Linux ARM Kernel]     [Linux ARM]     [Linux Omap]     [Fedora ARM]     [IETF Annouce]     [Security]     [Bugtraq]     [Linux]     [Linux OMAP]     [Linux MIPS]     [ECOS]     [Asterisk Internet PBX]     [Linux API]

  Powered by Linux