Skip Menu |

This queue is for tickets about the Crypt-MySQL CPAN distribution.

Report information
The Basics
Id: 2436
Status: new
Priority: 0/
Queue: Crypt-MySQL

People
Owner: Nobody in particular
Requestors: bobmathews [...] alumni.calpoly.edu
Cc:
AdminCc:

Bug Information
Severity: Important
Broken in: (no value)
Fixed in: (no value)



Subject: array overrun
In MySQL.xs, line 44, to[] is declared as a 16 character array. However, a 17 character string is sprintfed into it (16 hex digits plus the terminating null). The resulting array overrun causes a segmentation fault on my system. This is easily fixed by enlarging the array.