Library for managing partitions. Common code for KDE Partition Manager and other projects. https://www.kde.org/applications/system/kdepartitionmanager/
Go to file
Andrius Štikonas 13c063a150 Fix a possible null pointer dereference.
On some systems getlogin() function might fail to obtain user name.
For now just check whether pointer is nullptr. In that case suspending
plasma device automounter would not work but at least we will not crash.

In future it might make sense to try to use other methods of obtaining login
name, such as running "who am i".

BUG: 381987
2017-07-04 21:07:54 +01:00
cmake/modules Move kpmcore library into its own repository. 2015-06-04 01:29:22 +01:00
src Fix a possible null pointer dereference. 2017-07-04 21:07:54 +01:00
.arcconfig Phabricator config file. 2016-03-02 13:14:58 +01:00
CMakeLists.txt Add -DQT_NO_CAST_TO_BYTEARRAY. 2017-06-29 22:27:36 +01:00
COPYING.GPL3 Move kpmcore library into its own repository. 2015-06-04 01:29:22 +01:00
INSTALL Update INSTALL instructions: 2015-06-11 12:28:27 +01:00
KPMcoreConfig.cmake.in Teach cmake config to find kpmcore include dir. 2016-01-11 23:51:28 +00:00