Package: src:silly
Followup-For: Bug #820297

Dear Muammar,  

in the hope this helps, I did de-filt the symbols and it seems that size_t 
changed from long to int:

One function that changed signature is: 
MemoryDataSource::MemoryDataSource(const byte* data, size_t size)

so the size_t change is:
- SILLY::MemoryDataSource::MemoryDataSource(unsigned char const*, unsigned 
long)@Base 0.1.0
+ SILLY::MemoryDataSource::MemoryDataSource(unsigned char const*, unsigned 
int)@Base 0.1.0-5

the second is also size_t related:
void PNG_read_function(png_structp png_ptr, png_bytep data, png_size_t length)
- SILLY::PNG_read_function(png_struct_def*, unsigned char*, unsigned long)@Base 
0.1.0
+ SILLY::PNG_read_function(png_struct_def*, unsigned char*, unsigned int)@Base 
0.1.0-5


-- 
tobi

- System Information:
Debian Release: 8.3
  APT prefers stable
  APT policy: (500, 'stable')
Architecture: amd64 (x86_64)

Kernel: Linux 4.0.5-revert-done (SMP w/4 CPU cores)
Locale: LANG=de_DE.utf8, LC_CTYPE=de_DE.utf8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: sysvinit (via /sbin/init)

Reply via email to