Block a user
Potential FFI Problems
- Likely use-after-free in FLAC callbacks (high risk)
Inlibflac-ffi.rkt,write-callbackstores rawframe/`buf…
Potential FFI Problems
It was a ao problem. Too many closing of ao-device handles. A finalizer that worked on a wrong administration on progam exit.
Potential FFI Problems
I've run the play-test.rkt program, in racket, and it does not generate this problem.
I'll test my more complex rktplayer program (which also uses a gui).
Potential FFI Problems
- TagLib complex-property pointer depth looks wrong (high risk)
Your own comment showsTagLib_Complex_Property_Attribute***, but binding uses a single pointer type in [`taglib-ffi.…
Potential FFI Problems
ao_shutdownreturn type is incorrect
Inlibao-ffi.rkt, comment saysvoid ao_shutdown();but binding is-> _int…
Potential FFI Problems
libFLACinit signature likely wrong (high risk ABI mismatch)
Inlibflac-ffi.rkt, `FLAC__stream_decoder_init_…