Commit 28560304 authored by Ramon Nou's avatar Ramon Nou
Browse files

remove assert

parent 72113c73
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -317,8 +317,6 @@ PreloadContext::relativize_fd_path(int dirfd, const char* raw_path,
    // If we run the constructor we also already setup the mountdir
    assert(!mountdir_.empty());

    // We assume raw path is valid
    assert(raw_path != nullptr);
    // Skips paths that are used on locking places (i.e. java
    // /proc/sys/vm/overcommit_memory) and produces deadlocks as we call malloc
    // inside.