File: gh70-asan.t

package info (click to toggle)
libcpanel-json-xs-perl 4.39-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,872 kB
  • sloc: perl: 1,165; makefile: 8
file content (12 lines) | stat: -rw-r--r-- 192 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
#! perl
# check a too short new() argument to memcmp, only with asan or valgrind.
# GH #70

use Test::Simple tests => 1;

package J;
use base "Cpanel::JSON::XS";
J->new;

package main;
ok(1);