Checking for NPTL at program start

This commit is contained in:
Klaus Schmidinger
2004-06-10 13:22:08 +02:00
parent def0c7aaa0
commit 3e72d0cc0b
3 changed files with 21 additions and 4 deletions

View File

@@ -2892,3 +2892,9 @@ Video Disk Recorder Revision History
- Modified 'libsi' to require callers to state the buffer sizes when getting
strings in order to avoid buffer overflows (thanks to Philip Lawatsch for
debugging a buffer overflow in eit.c).
2004-06-10: Version 1.3.11
- In order to avoid problems on NPTL systems, VDR now checks for the presence
of NPTL at program start, and if it is, exists and tells the user to do
'export LD_ASSUME_KERNEL=2.4.1' before starting VDR.