• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

proot-me / PRoot
75%
master: 0%

Build:
Build:
LAST BUILD BRANCH: travis
DEFAULT BRANCH: master
Repo Added 22 Nov 2014 08:44PM UTC
Files 90
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

LAST BUILD ON BRANCH link2symlink
branch: link2symlink
CHANGE BRANCH
x
Reset
  • link2symlink
  • coverity_scan
  • juju-issue-59-2
  • master
  • next
  • port_mapper
  • travis
  • v5.1.0

pending completion
182

push

travis-ci

cedric-vincent
Preserve semantic of NOFOLLOW flag.

Using this test:

    $ cat open-nofollow.c
    #include <sys/types.h>
    #include <sys/stat.h>
    #include <fcntl.h>
    #include <stdio.h>

    int main(int argc, char *argv[])
    {
            int fd;

            if (argc != 2) {
                    fprintf(stderr, "missing argument or too many arguments\n");
                    return 1;
            }

            fd = open(argv[1], O_NOFOLLOW);
            if (fd < 0) {
                    perror("open()");
                    return 1;
            }

            puts("OK");
            return 0;
    }
    $ gcc -Wall open-nofollow.c -o open-nofollow
    $ rm -fr .l2s.* foo bar
    $ proot sh -c 'touch foo; ln foo bar; ./open-nofollow bar'

Before this fix:

    open(): Too many levels of symbolic links

Now:

    OK

Ref.: https://github.com/corbinlc/gnuroot/issues/34

3084 of 4085 relevant lines covered (75.5%)

106648.23 hits per line

Relevant lines Covered
Build:
Build:
4085 RELEVANT LINES 3084 COVERED LINES
106648.23 HITS PER LINE
Source Files on link2symlink
Detailed source file information is not available for this build.

Recent builds

Builds Branch Commit Type Ran Committer Via Coverage
182 link2symlink Preserve semantic of NOFOLLOW flag. Using this test: $ cat open-nofollow.c #include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <stdio.h> int main(int argc, char *argv[]) { int fd; ... push 08 Jan 2015 03:27PM UTC cedric-vincent travis-ci pending completion  
181 link2symlink WIP on https://github.com/corbinlc/gnuroot/issues/34 push 08 Jan 2015 03:26PM UTC cedric-vincent travis-ci pending completion  
See All Builds (46)
  • Repo on GitHub
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc