Double free(xform) in ssl_shutdown() in common/transformation_ssl.c
Thank you! The new version works perfectly. No more corrupt files when backing up Ubuntu 24.04 ext4 file systems.
Thank you! The new version works perfectly. No more corrupt files when backing up Ubuntu 22.04 ext4 file systems.
It seems /sys/class/gpio is only used for edge detection. It only appears in event_gpio.c. The immediate problem is that starting with kernel 6.5, BCM GPIO numbering in /sys/class/gpio doesn't start with 0 any more. It starts with 512 on my Raspberry Pi 2 B running Raspbian Bullseye with kernel 6.6.20+rpt-rpi-v7 but don't know if it is safe to hard code 512. Regardless of that, I created a quick fix which adds 512 to numbers when using /sys/class/gpio and increases size of buffers used for this....
Thank you for investigating this. It is easy to create a file with a single unwritten extent using the fallocate command, like: fallocate -l 512 foo. Such a file will trigger this bug.
I'm getting this same issue with dump 0.4b44-7 on Ubuntu 16.04.1 LTS x86_64. I also...
I'm getting this same issue with dump 0.4b44-7 on Ubuntu 16.04.1 LTS x86_64. I also...
I'm getting this same issue with dump 0.4b44-7 on Ubuntu 16.04.1 LTS x86_64. I also...