Re: [Plplot-devel] A patch series to fix an off by 1 error when calling check_buffer_size()

2015-06-17 Thread Jim Dishaw
I will read up and push the patch On Jun 17, 2015, at 1:12 PM, Alan W. Irwin ir...@beluga.phys.uvic.ca wrote: On 2015-06-17 10:56-0400 Jim Dishaw wrote: Greg Jung pointed out that the call to check_buffer_size() could be 1 byte smaller than required. It most cases this will not be a

[Plplot-devel] A patch series to fix an off by 1 error when calling check_buffer_size()

2015-06-17 Thread Jim Dishaw
Greg Jung pointed out that the call to check_buffer_size() could be 1 byte smaller than required. It most cases this will not be a problem due to the way memory is allocated, but it is possible that an edge case could result in a memory access error. I will need to check the