about summary refs log tree commit diff
path: root/debian/patches/Export-_IO_stdin_used-symbol-in-NetworkManager.ver.patch
AgeCommit message (Collapse)Author
2016-10-01Rebase patchesMichael Biebl
2016-08-28Export _IO_stdin_used symbol in NetworkManager.verMichael Biebl
This symbol is required to decide which version of certain IO functions to use on various architectures. So we can't strip away the symbol from the NetworkManager binary as this will lead to segfaults on those architectures. Thanks James Cowgill and Aurelien Jarno for the bug report and detailed analysis. Closes: #835550