0xV3NOMx
Linux ip-172-26-7-228 5.4.0-1103-aws #111~18.04.1-Ubuntu SMP Tue May 23 20:04:10 UTC 2023 x86_64



Your IP : 18.118.186.156


Current Path : /var/www/html/suk_discontinued/libgd-gd-2.2.3/tests/tga/
Upload File :
Current File : /var/www/html/suk_discontinued/libgd-gd-2.2.3/tests/tga/bug00247.c

#include <stdio.h>

#include "gd.h"
#include "gdtest.h"

int main()
{
    gdImagePtr im;
    FILE *fp = gdTestFileOpen("tga/bug00247.tga");
    im = gdImageCreateFromTga(fp);
    gdTestAssert(im == NULL);
    fclose(fp);
    return gdNumFailures();
}