Bug#883615: Acknowledgement ([CRITICAL] Stretch p-u 9.3 breaks NVidia driver and X.org)

Andreas Beckmann anbe at debian.org
Wed Dec 6 18:37:12 UTC 2017


Try to build and run this program, it could be a reproducer for your
problem:

#include <stdlib.h>
#include <stdio.h>

int main()
{
        const char *s = "001 GLX";
        char *p;
        long int l = strtol(s, &p, 10);
        long long ll = strtoll(s, &p, 10);
        printf("%ld %lld\n", l, ll);
}



More information about the pkg-nvidia-devel mailing list