RT for rt.cpan.org
Skip Menu
|
Bug #95331 for Params-Validate: Clean up sloppy XS code
Active bugs
Resolved bugs
Rejected bugs
This queue is for tickets about the
Params-Validate CPAN distribution
.
Report information
The Basics
Id:
95331
Status:
new
Priority:
0/
Queue:
Params-Validate
People
Owner:
Nobody in particular
Requestors:
DROLSKY [...] cpan.org
Cc:
AdminCc:
Bug Information
Severity:
(no value)
Broken in:
(no value)
Fixed in:
(no value)
History
Show all quoted text
Sun May 04 04:50:22 2014
DROLSKY [...] cpan.org - Ticket created
Subject:
Clean up sloppy XS code
A lot of the code calls things like av_fetch() or HeVAL() and assumes that the returned thing is non-NULL. This needs to be fixed.