- 15 Aug, 2022 1 commit
-
-
Laurent Montel authored
-
- 30 Jul, 2022 1 commit
-
-
Laurent Montel authored
-
- 28 Jul, 2022 1 commit
-
-
Laurent Montel authored
-
- 13 Jul, 2022 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 03 Jul, 2022 1 commit
-
-
Ömer Fadıl Usta authored
-
- 01 Jul, 2022 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 27 Jun, 2022 1 commit
-
-
Laurent Montel authored
-
- 14 Jun, 2022 1 commit
-
-
Laurent Montel authored
-
- 11 Jun, 2022 2 commits
-
-
Ahmad Samir authored
- remove check_symbol_exists(), check_function_exists() should be enough - fix check for HAVE_LDAP_EXTENDED_OPERATION_S before ldap_extended_operation_s is used
-
Ahmad Samir authored
This way we get a build time warning if the var isn't defined at all, e.g. a missing check_include_files() CMake call. Remove unused var, HAVE_LDAP_H.
-
- 26 May, 2022 1 commit
-
-
Laurent Montel authored
-
- 16 May, 2022 1 commit
-
-
Laurent Montel authored
-
- 03 May, 2022 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 15 Apr, 2022 1 commit
-
-
Laurent Montel authored
-
- 13 Apr, 2022 1 commit
-
-
Laurent Montel authored
-
- 12 Apr, 2022 1 commit
-
-
Laurent Montel authored
-
- 06 Apr, 2022 1 commit
-
-
Laurent Montel authored
-
- 01 Apr, 2022 1 commit
-
-
Laurent Montel authored
-
- 25 Mar, 2022 1 commit
-
-
Laurent Montel authored
-
- 21 Mar, 2022 1 commit
-
-
Laurent Montel authored
-
- 14 Mar, 2022 1 commit
-
-
Laurent Montel authored
-
- 11 Mar, 2022 1 commit
-
-
Laurent Montel authored
-
- 10 Mar, 2022 1 commit
-
-
Laurent Montel authored
-
- 08 Mar, 2022 1 commit
-
-
Laurent Montel authored
-
- 01 Mar, 2022 1 commit
-
-
Laurent Montel authored
-
- 16 Feb, 2022 1 commit
-
-
Laurent Montel authored
-
- 15 Feb, 2022 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 24 Jan, 2022 1 commit
-
-
Adriaan de Groot authored
This code crashes in the destructor of LdapClient on FreeBSD. The crash is visible to uses who - start KOrganizer - click the "New Event" button The underlying issue is a lot like the one described in https://blogs.kde.org/2021/02/20/uniqueptr-difference-between-libstdc-and-libc-crashes-your-application There is a convoluted call-chain on destruction of LdapClient: - ~LdapClient - ~std::unique_ptr<LdapClientPrivate> - ~LdapClientPrivate - LdapClient::cancelQuery - (accesses to members of LdapClientPrivate `d`) With libcxx, the pointer in `d` is already set to nullptr and SEGV happens. I'm not sure it isn't UB, anyway, since the destructor body for LdapClient has already run. The fix moves the implementation of `cancelQuery()` into the private class. This means that the LdapClient class does a little less poking-and-prodding in the private class, but also cuts out the call-from-private-back-to-destroyed- owning-LdapClient, fixing the SEGV and possible UB.
-
- 23 Jan, 2022 1 commit
-
-
Laurent Montel authored
-
- 19 Jan, 2022 4 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
- 17 Jan, 2022 1 commit
-
-
Fabian Vogt authored
"static Q_REQUIRED_RESULT foo bar()" -> "Q_REQUIRED_RESULT static foo bar()"
-
- 15 Jan, 2022 1 commit
-
-
Laurent Montel authored
-
- 10 Jan, 2022 1 commit
-
-
Laurent Montel authored
-