Linux_dataspace: increase file name length

Fixes #2508
This commit is contained in:
Christian Prochaska 2017-08-30 11:47:49 +02:00 committed by Christian Helmuth
parent 9bfc29e456
commit 8a6ad5f94b
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@ namespace Genode {
struct Linux_dataspace : Dataspace
{
enum { FNAME_LEN = 40 };
enum { FNAME_LEN = 64 };
struct Filename { char buf[FNAME_LEN]; };
virtual ~Linux_dataspace() { }